Cron job for list of urls
-
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...
-
Answer:
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.
mathew at Stack Overflow Visit the source
Other answers
I'd say use jQuery.
Entendu
Related Q & A:
- Why is the empty list used as the list terminator in Lisp?Best solution by Programmers
- How to get correct URLs in network wide menu (Multisite?Best solution by WordPress
- How to redirect custom urls to some local IPs with pfSense?Best solution by stackoverflow.com
- How to I redirect URLS with special characters in htaccess?Best solution by Server Fault
- Google Indexed URLs Going Down?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.