开发者

run cron on xampp

开发者 https://www.devze.com 2023-01-04 16:44 出处:网络
I know how to run a php script via cron of a cpanel of a live website, but I also want to learn ho开发者_如何学JAVAw to do this cron thing via xampp on my localhost ?, anyone who can actually tell me

I know how to run a php script via cron of a cpanel of a live website, but I also want to learn ho开发者_如何学JAVAw to do this cron thing via xampp on my localhost ?, anyone who can actually tell me the exact steps how to do it ?..my OS is win 7


There is no cron in xampp. Apache is a webserver. Scripts are called only uppon a reuest by some browser.

So if you like to call a PHP script via web at a special time, you will need a browser accessing this website at that time.

0

精彩评论

暂无评论...
验证码 换一张
取 消