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

2003-03-12 Thread Chris Hewitt
jiahuo xiao wrote: ?phpinfo();?,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

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

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: ?phpinfo();?,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?

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

[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

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

2003-03-11 Thread Larry_Li
Sure. Could you paste your html codes php codes here? I believe there are a lot of nice guys are willing to help you. BTW, nice to meet you and hope i could help you someway. I'm chinese too. Larry