Op woensdag 14 augustus 2002 20:57, schreef Adam Williams:
> Does anyone know why it is not working with $_POST but works fine with
> $_GET?

I don't know, but maybe you has to put "" around POST, method="POST". It 
works then with GET, cause that's default. 

Maybe something else is wrong, so method isn't set to post. The same fault 
with get doesn't matter cause the default method.

You can test it. Use your post method and read out $_GET. I think you find 
your value.




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

Reply via email to