How do I get my PHP funcitons to execute independantly based on what time of day it is and not on the user?
This may not be how PHP was designed but I would like to do things like send out an email to someone based on suchandsuch criteria, backup DB on regular schedule etc.
- Matt
Use a crontab job under Linux/Unix or the scheduler service under Win32.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php