Clear DayHi, i am a new member here. i have a prblem regarding with my php script - viewing a summary of my report. i have already encoded several reports. all i need is to view it within a specified date. like for instance, from May 1, 2004 to Sep 31, 2004. inputting these dates, automatically views the report within these dates. is there a code for this. PLS HELP. THANKS.
Use a database like MySQL, insert your reports into one of the database tables, and send a query to the database table when you need the report.
PEAR::DB is a great package for accessing databases.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php