[PHP] Script that pulls several pages from list?

2003-09-24 Thread MIKE YRABEDRA
Hopefully someone can help. I want to create a php script that will... 1. Take a list of URLs separated by commas 2. Covert that to an array 3. Then go through and pull the content from each page in a loop I am doing this so I can set up a cron job to automatically cache pages with jpcache.

Re: [PHP] Script that pulls several pages from list?

2003-09-24 Thread CPT John W. Holmes
- Original Message - From: MIKE YRABEDRA [EMAIL PROTECTED] I want to create a php script that will... 1. Take a list of URLs separated by commas 2. Covert that to an array 3. Then go through and pull the content from each page in a loop I am doing this so I can set up a cron job