Re: [PHP-INST] FW: GET not working

2003-02-07 Thread Ryan Williams
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

Re: [PHP-INST] FW: GET not working

2003-02-07 Thread Jeffrey_N_Dyke
gt; cc: Subject: [PHP-INST] FW: GET not working

[PHP-INST] FW: GET not working

2003-02-07 Thread Pennington, Tim
> 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'