--- Burak Delice <[EMAIL PROTECTED]> wrote:
> http://localhost/menu.php?status=0 php return

[snip]

> if ($status==0) echo '"trying";

if (!$_GET['status'])
{
     echo '"trying";
}

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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


Reply via email to