can't read page itself

Cliff Wells cliff at develix.com
Mon Sep 7 08:52:26 MSD 2009


In the future, perhaps you should:

1) post the actual error
2) post your nginx config

That way people don't have to guess about what you are doing.

On Sun, 2009-09-06 at 23:48 -0400, afen wrote:
> I try not into recursion
> test.php
> <?
> $id=$_GET['id'];
> if ($id==1){

if ($id=="1"){

Note that all _GET variables will be *strings*.  You have to coerce them
if you want them to become other types.

I also seriously doubt this worked under Apache.  This is a PHP
programming error.  Making false claims doesn't help get your problem
solved.

Cliff

-- 
http://www.google.com/search?q=vonage+sucks






More information about the nginx mailing list