How can i run php file automatically in windows7 -
i using php , mysql running in windows7. need run php script @ scheduled time daily send sms birthday wishes.
you can put command in task scheduler, , setup datetime interval need.
to execute php script, need mention php path , file executed, example:
d:/xampp/php/php.exe d:/xampp/htdocs/execute.php
Comments
Post a Comment