tags:

views:

45

answers:

2

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
A: 

I'd say use jQuery.

Entendu
See tags: "php".
Matchu
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
@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