I want to ask whether it is possible to send a url query automatically in every day by Server on php?
For example: Goto automatically everyday
"http://www.--------.com/????"
without any one clicking it, just by server or something.
I want to ask whether it is possible to send a url query automatically in every day by Server on php?
For example: Goto automatically everyday
"http://www.--------.com/????"
without any one clicking it, just by server or something.
Use cron jobs
or schedule tasks
Ref: http://livecronjobs.com/how-to-set-cronjobs-using-php
How can I set cron job through PHP script