Re: [PHP] recently I meet a problem as follow ,I want to ask you

2003-03-12 Thread Chris Hewitt
Justin French wrote: on 12/03/03 7:40 PM, Chris Hewitt ([EMAIL PROTECTED]) wrote: It sounds as though you have register_globals off in php.ini. Either turn it on, or better still, get at your variables on your action page with $GET['var'] for get method or $POST['var'] for post variables. Look th

Re: [PHP] recently I meet a problem as follow ,I want to ask you

2003-03-12 Thread Justin French
on 12/03/03 7:40 PM, Chris Hewitt ([EMAIL PROTECTED]) wrote: > jiahuo xiao wrote: > >> ,it show many tables,it means I config >> correctly.but why when I post pamameter to an action >> page,all the pamaeter which I get is blank that is >> "".so the action page run incorrectly,how could I do? >> t

Re: [PHP] recently I meet a problem as follow ,I want to ask you

2003-03-12 Thread Chris Hayes
At 03:56 12-3-03, you wrote: web master engineer: recently I encounter a problem as follow ,I want to ask you My system is windows xp sp1, now I set up Apache server V1.3.27 as localhost server and download PHP4.3,I have configured PHP as SAPI Module.it can work correctly as common php fil

Re: [PHP] recently I meet a problem as follow ,I want to ask you

2003-03-12 Thread Chris Hewitt
jiahuo xiao wrote: >,it show many tables,it means I config >correctly.but why when I post pamameter to an action >page,all the pamaeter which I get is blank that is >"".so the action page run incorrectly,how could I do? >thank you for replying me > It sounds as though you have register_glob

Re: [PHP] recently I meet a problem as follow ,I want to ask you

2003-03-11 Thread Larry_Li
PROTECTED] cc: jiahuo xiao Subject: [PHP] recently I meet a problem as follow ,I want to ask you <[EMA

[PHP] recently I meet a problem as follow ,I want to ask you

2003-03-11 Thread jiahuo xiao
web master engineer: recently I encounter a problem as follow ,I want to ask you My system is windows xp sp1, now I set up Apache server V1.3.27 as localhost server and download PHP4.3,I have configured PHP as SAPI Module.it can work correctly as common php file which example for ,it sh