Cron job for list of urls
- by mathew
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