|
Posted by Rainman on 12/06/05 05:01
Try a
print_r($_POST);
and see what you get. If nothing, then NULLs will be assigned as per
your code. This also probably points to a php.ini or other PHP or
Apache setting that is preventing POST variables, because AFAICT, you
code appears to be correct.
Mark
Navigation:
[Reply to this message]
|