[PHP] POST and GET variables don't work

2002-10-13 Thread Andres Olarte
I've just built PHP from source (4.2.3) on Red Hat Linux 7.2 with configure --with-java --with-apxs=/usr/local/apache/bin/apx It's running with Apache 1.3.26 PHP work ok, even Java works, but if I try to pass variables from a form with either POST or GET, the variables don't get through.

Re: [PHP] POST and GET variables don't work

2002-10-13 Thread Andres Olarte
] To: Andres Olarte [EMAIL PROTECTED],php-general [EMAIL PROTECTED] Subject: Re: [PHP] POST and GET variables don't work Date: Sat, 12 Oct 2002 19:58:04 -0400 Most likely you have register_globals set to off on your php.ini. Change this to register_globals = on (or true, or yes, either one should). If you