Page 2 of 2

Posted: Fri May 10, 2002 5:18 pm
by twigletmac
Which version of PHP are you using? $_POST doesn't exist in versions lower than 4.1. If you are using something less than 4.1 you would need to use $HTTP_POST_VARS instead.

Mac