Cron job for list of urls
Posted
by mathew
on Stack Overflow
See other posts from Stack Overflow
or by mathew
Published on 2010-06-03T19:36:54Z
Indexed on
2010/06/03
19:54 UTC
Read the original article
Hit count: 378
Duplicate http://stackoverflow.com/questions/2968918/how-do-i-do-cron-job-for-list-of-urls-closed
sorry for the confusion...
Ho do I do cron job using a list of urls?? actually the search path is mention below
www.mydomain.com/search?url=www.google.com
after google.com another url which is in the urllist.txt should be the next. so at the end of the day the whole list of urls in urllist.txt will be completed and saved in my database.
what I need is how do I array urls in search path from urllist.txt.....and put it in cron job
rest I can handle
Thanks
Mathew
© Stack Overflow or respective owner