This a config within the php.ini file. You will want to either turn on
global variables, or call the variable correctly like $_GET['idx'].
--
Ryan Williams
On Sun, 26 Jan 2003, Ying Shen wrote:
> sorry to bother you.
> I am a new learner of PHP.
> I want to just simply
I am assuming your restarting you server after any changes?
--
Ryan Williams
On Tue, 4 Feb 2003, Terry L. Ensley wrote:
> I did what you suggested - which is actually the way I first started - I
> deleted the action line.
>
> I do have both of these - in their p
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 comp
$GET_['var_name'] will work.
--
Ryan Williams
On Tue, 4 Mar 2003, E.E. Jan wrote:
> Could anybody give me a pointer for my problem?
> I just installed php 4.3.1 on my w2k platform
> I also installed Apache 2.0.43.
> I can get "hello world" and "phpinfo