From: "vijayaraj nagarajan" <[EMAIL PROTECTED]>

i would like to fetch the content of a url.
and then would like to put in my page... dynamically
refreshing it once in a day...

is it possible to do this in php.
i have used perl get url option and then parse the
file, with the date and time function...to do this.

$file = file_get_contents('http://www.domain.com/page.php');

Save $file locally and you have your copy. use cron to run the command once per day.

---John Holmes...

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to