PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there a way to run some code when the date changes? I need to run some housekeeping code when either the date changes or the time is midnight. I'm a n00b...thanks in advance.
Well... you can run a maintenance script that basically checks whether a certain amount of time has passed, but in order for it to work, somebody or something has to execute it. (IE: visit your site)