Re: [PHP] Get HTML data from an URL

2002-10-28 Thread Foldenyi Tamas
I need to know if there is a way to get HTML data from an URL. http://www.php.net/manual/en/function.fopen.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Get HTML data from an URL

2002-10-28 Thread John W. Holmes
fopen() works but I'm still having problems. I need to get the text posted by a Dynamic Page. (ie. http://www.test.com/test.php?newsID=2 ) I'm no genius, but how about fopen('http://www.test.com/test.php?newsID=2','r') How about trying a few things before you post. ---John Holmes...