Re: [PHP-INST] data transfer

2003-01-25 Thread Ryan Williams
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

Re: [PHP-INST] Re: php files not being parsed -

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

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 comp

Re: [PHP-INST] "GET" method can not get variables

2003-03-04 Thread Ryan Williams
$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