I have 5 fields, all 1 character in length, numbers being entered. If
zero's are entered in the boxes, and the form is submitted, the
corresponding $_POST variables are empty? Is there a way around this,
or am I doing something wrong?

I guess I could just do, if (isset(... Blah.. Then if it's not set
then manually set the variable name to 0...

Has anyone else run across this?

Thanks,

Jake McHenry
Nittany Travel MIS Coordinator
http://www.nittanytravel.com

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

Reply via email to