how to execute the event after midnight

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!

Moderator: General Moderators

Post Reply
kaif
Forum Newbie
Posts: 12
Joined: Thu Jan 06, 2011 11:12 pm

how to execute the event after midnight

Post by kaif »

Hi

all

this is kaif khan. I want to run the event exactly after midnight. for example

00:05:00

Please help me out


Thanks in advance

kaif khan
User avatar
MindOverBody
Forum Commoner
Posts: 96
Joined: Fri Aug 06, 2010 9:01 pm
Location: Osijek, Croatia

Re: how to execute the event after midnight

Post by MindOverBody »

Google "cron jobs"
Peter Kelly
Forum Contributor
Posts: 143
Joined: Fri Jan 14, 2011 5:33 pm
Location: England
Contact:

Re: how to execute the event after midnight

Post by Peter Kelly »

On your server check if you have cronjobs, if you have root access try /etc/cronjobs i think or if you have cPanel installed simply login and scroll to near the bottom and click from jobs from here you can set times to run pages etc.
Post Reply