| |||||||||||
| |||||||||||
Retreiving a web page in PHP Posted by admin (Graham Ellis), 11 August 2002 I was asked "I want to grab a web page from another site every day using a PHP program. How can I do it?"Firstly, I'm going to question whether PHP is the best tool for the job; there's a linux command called wget that you can use to retrieve a page without having to do any programming at all. However ... if you do want to code it in PHP, remember that functions that read files will equally easy read from a URL if you give them one. Thus, you can pick up a web page with a piece of code as simple as: Code:
Since my questioner asked me about a "daily job", I've written this example to run from the command line .... then you'll be able to run it using crontab if you're fortuante enough to have access. Write something like 12 4 * * * /home/graham/bin/graburl into your crontab file to collect the file at 12 minutes after 4 every morning, even if you're still asleep! Posted by admin (Graham Ellis), 17 October 2002 Just adding that you can also use ftp: (and https![]() This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
|
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho |