Re: [PHP] help! handling form variable

2004-03-30 Thread "Miguel J. Jiménez"
If you DO NOT register globals (in php.ini) you MUST use $_POST[""] or $_GET[""] to access those variables... If you DO resgister globals you can also use $ or $. By default, register globals is set to "Off" for security reasons; so you'll need to set it "On". The line must say: register_gl

[PHP] help! handling form variable

2004-03-30 Thread Ketvin
add the $_POST, $_GET after the register_globals in php.ini ? how do i restart php service to get it running? thanks ! >Manual: Register globals. $_POST, $_GET On Tuesday 30 March 2004 09:40, Ketvin wrote: > Dear all, > > > i just move my previous php script to a new server and found that it