how would i schedule a particular function to happen at a particular time with php? for example, say i want a report to be created from a database and email every month... thnks
On unix:L use the cron, On windows, use the scheduler or AT.
To run PHP through cron or AT, either execute the CGI version with the path to the script or use an app like wget or lynx to make a request to the Web server.