Reading other HTML or PHP page
Moderator: General Moderators
Reading other HTML or PHP page
What functions should i use to read other HTML or php pages from net ?
-
deadoralive
- Forum Commoner
- Posts: 28
- Joined: Tue Nov 06, 2007 1:24 pm
Re: Reading other HTML or PHP page
Have a look at http://www.php.net/curl
Pretty easy to use to and the manual gives an example of how to fetch a remote page and write it to a file.
Pretty easy to use to and the manual gives an example of how to fetch a remote page and write it to a file.
Re: Reading other HTML or PHP page
Yup , found what i needed ; thnx