Erwin <mailto:[EMAIL PROTECTED]> scribbled;
> 
> Qmail List wrote:
>> Hello List,
>> 
>> I'm putting a php app that has been off-line for about 18 months back
>> on-line. During my absence from php I had heard about some security
>> issues, so figured I'd try the latest 4.2.3 release.
>> 
>> Sessions and the DB are fine, but GET/POST vars are continually
>> empty. I mean a form submission from .html to .php (about the
>> simplest thing possible) the variables are not getting populated with
>> their form values.
> 
> Turn register_globals = On in the php.ini file...
> 
> HTH
> Erwin

Or better yet, actually use the new $_GET[] and $_POST[] and leave that
option off.

-jesse


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to