query will fire when the date changes

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
nikhil.deshmukh
Forum Newbie
Posts: 7
Joined: Sun May 08, 2005 11:13 pm

query will fire when the date changes

Post by nikhil.deshmukh »

i want to fire a query when ever the date changes or

at 12.00 pm in the night !! can any one give me a tutorial
or

any one guide for this
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Do a Google or forum search for "cron".

Here is a good post from a quick forum search:

viewtopic.php?t=1924&highlight=cron


(moved to the PHP forum)
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

or if using windows use scheduled tasks.
Post Reply