That would be a correct way to approach it; what you want to look for in the php.ini file is if "register globals" is turned on. Otherwise, you need to start coding the "proper" way:
http://www.php.net/manual/en/language.variables.predefined.php
tim
On Fri, 27 Jun 2003 14:25:25 -0600, Jason Louie wrote:
>Start by trying >> print_r ($_SESSION); << and see if the form is being
>sent or if there is anything wrong. Next I'd take a look at the php.ini
>file to see if anything is out of place there.
>
>Jason
>
>[EMAIL PROTECTED] wrote:
>
>> Did anybody run into this?
>> php on redHat and BSD
>> both "post" and "get" methods do not pass any variables
>> php upgrade (7) didn't help
>> Any ideas how to cure this?
>> Thank you very much.
>
>
>
