Leave it I got What I want...and let you know what I was searching for it..coz the site is launching on 19 th of this month...actually I cant explain the details now...
A:
Since you are using PHP, you could create a PHP page that gets one of the URL and processes it. In sort of a round robin. This allows manual tests.
Then you put a cron task:
12 */2 * * * /usr/bin/wget -O - -q http://localhost/yourpage.php
This will call the same page you tested manually every hour. This is how Drupal run it's automated tasks.
Thomas
2010-06-03 19:42:23
See tags: "php".
Matchu
2010-06-03 19:48:07
Aw, c'mon. It was a joke; a nonsensical answer to a nonsensical question. Sort of loses its punch when I have to explain it.
Entendu
2010-06-03 19:49:07
@Entendu - I thought it might be, but you'd be surprised what sort of answers we see around here. Usually it's only obvious that it's a joke if the user has, like, 30k rep points.
Matchu
2010-06-03 19:52:47