thusi02 Posted July 13, 2007 Share Posted July 13, 2007 Hi, I guess the subject says it all. Can someone direct me to a code that will go to another page and retrieve the html source for parsing within a php script? Thank you Regards, Thusjanthan Kubendranathan Quote Link to comment Share on other sites More sharing options...
teng84 Posted July 13, 2007 Share Posted July 13, 2007 ??? is it include??? explain a bit more Quote Link to comment Share on other sites More sharing options...
trq Posted July 14, 2007 Share Posted July 14, 2007 <?php $html = file_get_contents('http://google.com'); ?> Quote Link to comment Share on other sites More sharing options...
thusi02 Posted July 16, 2007 Author Share Posted July 16, 2007 <?php $html = file_get_contents('http://google.com'); ?> Thank you Soo much WOOOOT!... Thusjanthan Kubendranathan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.