ID: 30939
Updated by: [EMAIL PROTECTED]
Reported By: spgurley at comcast dot net
-Status: Open
+Status: Feedback
Bug Type: Unknown/Other Function
Operating System: Linux
PHP Version: 4.3.8
New Comment:
Is your allow_fopen_url ini option enabled?
Previous Comments:
------------------------------------------------------------------------
[2004-11-30 05:34:53] spgurley at comcast dot net
Description:
------------
Whenever i try either of the two codes that I listed, all i get is a
blank screen
Reproduce code:
---------------
<?php
readfile("http://www.php.net/");
?>
<?php
$fp = fopen("http://www.php.net/","r");
fclose($fp);
?>
Expected result:
----------------
The page http://www.php.net/ will be shown
Actual result:
--------------
I get a blank page
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30939&edit=1