Page 1 of 1

Removed

Posted: Sat Jan 11, 2003 9:34 am
by dstefani
Edited and removed

Posted: Mon Jan 13, 2003 3:26 am
by twigletmac
What do you get if you check what's in the $_POST array?

Code: Select all

echo '<pre>';
print_r($_POST);
echo '</pre>';
Mac