-1

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.

Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
Adem
  • 55
  • 3
  • 6

2 Answers2

2

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

Community
  • 1
  • 1
Prasanth Bendra
  • 31,145
  • 9
  • 53
  • 73
0

cron for *nix servers

windows task scheduler for windows

Pedro del Sol
  • 2,840
  • 9
  • 39
  • 52