Hi, I'm trying to read a URL.
this works: fopen( "http://www.google.com") this does not work: fopen( "http://news.google.com") If the URL does not start with "www", then fopen writes and error message that says "success" and returns false. What's up with that? Can you help? I'm using PHP 4.2.2. Thanks John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php