> I know you can do it with javascript but is there a way in php or straight
> html to make a field in a form required?  I would like to validate it on
> submit.

No, you just have to write some PHP code to verify that something was
entered for the input and validate it based on whatever you think the data
should be.

---John Holmes...


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

Reply via email to