|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-11-30 17:57 UTC] iliaa@php.net
[2004-12-11 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 11:00:01 2025 UTC |
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