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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -