tags:

views:

48

answers:

0

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 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.....

rest I can handle