Reading other HTML or PHP page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
raimis100
Forum Newbie
Posts: 2
Joined: Mon Mar 24, 2008 3:25 am

Reading other HTML or PHP page

Post by raimis100 »

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

Post by deadoralive »

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.
raimis100
Forum Newbie
Posts: 2
Joined: Mon Mar 24, 2008 3:25 am

Re: Reading other HTML or PHP page

Post by raimis100 »

Yup , found what i needed ; thnx
Post Reply