Hello All,
I want to execute a php script every day.
Could anyone please help how do I set a cron job in php and mysql.
I am using WAMP Server.
Please guide me.
Thanks,
| SitePoint Sponsor |



Hello All,
I want to execute a php script every day.
Could anyone please help how do I set a cron job in php and mysql.
I am using WAMP Server.
Please guide me.
Thanks,
Barbara
Windows uses scheduled tasks, which are functionally similar. A web search will yield instructions.
The command to execute would be similar to
Be sure to read, as the php CLI binary has some subtle differences since it does not run through the webserver.Code:C:\path\to\php.exe C:\path\to\my\script.php or C:\path\to\php-win.exe C:\path\to\my\script.php
http://www.php.net/features.commandline

Please refer this site
http://www.stumbleupon.com/demo/?rev...org/node/31506
Simply Sajan



Thansk sajan
I have tried the link.......and that worked....![]()
Barbara
Bookmarks