Re: [PHP-INSTALL] Form variables don't come through on new installation

2004-02-16 Thread Jorge Reteguin
I do agree. Anyway I recomend NOT TO enable register_gloabls. zareef ahmed wrote: HI, A typical problem with newbies. FOR REFRENCE :: register_gloabls are now off by default in all php distribution. Yor can visit www.php.net 's manual pages for more description. zareef ahmed saifi _

Re: [PHP-INSTALL] Form variables don't come through on new installation

2004-02-15 Thread zareef ahmed
HI, A typical problem with newbies. FOR REFRENCE :: register_gloabls are now off by default in all php distribution. Yor can visit www.php.net 's manual pages for more description. zareef ahmed saifi __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by fi

Re: [PHP-INSTALL] Form variables don't come through on new installation

2004-02-13 Thread Jorge Reteguin
Cliff Addy wrote: Try as I said before. abc.cgi?act=4&pass=def #!/usr/local/bin/php $act = HTTP_GET_VARS['act']; ... code ... ?> this way you can do: echo "-- act: $act -- "; I'm porting some php cgi scripts from our old web server to a new one. In know zip about php and didn't create th

[PHP-INSTALL] Form variables don't come through on new installation

2004-02-13 Thread Cliff Addy
I'm porting some php cgi scripts from our old web server to a new one. In know zip about php and didn't create these. I'm finding that php scripts on the new server aren't getting form variables passed into them. I built 4.3.4 straight, no options, just configure/make/make install. The system i