can't read page itself

afen nginx-forum at nginx.us
Mon Sep 7 07:48:10 MSD 2009


I try not into recursion
test.php
<?
$id=$_GET['id'];
if ($id==1){
echo"1";
}else{
$html=@file_get_contents("http://localhost/test.php?id=1";);
}
?>

still error

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,5607,5724#msg-5724






More information about the nginx mailing list