automatically

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
sinasalek
Forum Newbie
Posts: 6
Joined: Tue Jun 29, 2004 4:39 pm

automatically

Post by sinasalek »

hi for all. at the first , sorry for my bad english.
i neet to run my php script at defined date and time. for example every friday.
somebody help me, it is very important for me.
my server is windows.
please please please please please help me.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

look into task scheduler if your running a windows server

or a cron job
Last edited by John Cartwright on Tue Jun 29, 2004 5:31 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

look into using Task Scheduler and the php-cli..
Post Reply