

moondog said:Set up a cron job if you are on a Linux machine. You cannot do this in straight PHP.
-Bob
I've used this method before, sorta how like vBulletin does theirs; use a cron.php file (when accessed, outputs a 1x1 pixel image), included on all pages:champ_rock said:i think its directly possible in php but that would require a flat file database (txt file) to check when the script was run. if the time is 12 then it should do its task otherwise it should die.. u can start the script by using those online host-uptime checkers who check for the servers every 1hour or so
<img src="cron.php" />

