Karad H'ras (2002-05-13 12:13:35 -0700) :

> Problem sent to me by a colleague. I have same problem on my
> server. Is some PHP variable not set somewhere for enabling POST
> variable as used by Savannah PHP script?

That's all PHP 4.2's fault.  By default, GET, POST, ENV variables and
a few others are now no longer available as $variable.  You have to
access $_GET['variable'] or something.  I'm told there's a
configuration item to re-enable the old behaviour, but you might like
not to depend on it.

Roland.
-- 
Roland Mas

OpenPGP keys on http://www.keyserver.net/

Reply via email to