You need to use
$_GET['mode'], not $mode, unless global_vars is turned on within the
php.ini file.
--
Ryan Williams
On Fri, 7 Feb 2003, Pennington, Tim wrote:
> > Apache 1.3.27
> > PHP 4.3.0
> > WNT
> >
> > After installing the above software components I can't the the GET
> > machanism t
gt; cc:
Subject: [PHP-INST] FW: GET
not working
> Apache 1.3.27
> PHP 4.3.0
> WNT
>
> After installing the above software components I can't the the GET
> machanism to work using the "?" as part of the URL. Simple example:
>
> Create a file called test.php and enter following code:
>
>
> print "Make text appear below";
>
> if ($mode=='x'