04-28-2008, 07:19 AM
|
#2 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Try adding this to the top of your page, and see if it's receiving any information from the form at all;
PHP Code:
echo '<pre>'; print_r($_POST); echo '</pre>';
|
|
|
|