|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-10 04:43 UTC] stas@php.net
[2000-12-10 20:19 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 20:00:01 2025 UTC |
<?php echo "hello world"; $page = fopen('http://www.altavista.com/','r'); ?> This script tells 'document contained no data' by NetScape. I checked by HTTP: --- $ telnet 0 80 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. GET /~mage/open.php4 HTTP/1.0 Connection closed by foreign host. --- If I comment the fopen() function out, the result is "hello world". ----------- modules: - mysql - gd Server: Apache/1.3.14 (Unix) Debian/GNU PHP: PHP 4.0.3pl1