[snip]
if((($_SERVER["REMOTE_ADDR"]=="x.x.x.x")||($_SERVER["REMOTE_ADDR"]=="y.y.y.y
"))||0){

saying "if (remote address OR remore address) OR false
[/snip]

Now, having said that I think I see the problem.

if(FALSE){
   do something;
}

What is being tested for?

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to