Page 1 of 1

Reading other HTML or PHP page

Posted: Mon Mar 24, 2008 3:27 am
by raimis100
What functions should i use to read other HTML or php pages from net ?

Re: Reading other HTML or PHP page

Posted: Mon Mar 24, 2008 4:12 am
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.

Re: Reading other HTML or PHP page

Posted: Mon Mar 24, 2008 5:10 am
by raimis100
Yup , found what i needed ; thnx