Easier form validation with PHP
href="http://simon.incutio.com/">simon willison has written a nice little piece on href="http://simon.incutio.com/archive/2003/06/17/theHolyGrail">form validation with php, which is a nice mix of education and implementation:
“My latest attempt… involves embedding validation and redisplay rules in the markup of the form itself. The form is written in XHTML, but with a number of additional tags and elements. Any form field elements can have a number of additional attributes which specify the validation rules of the form.”
[ via href="http://www.whump.com/moreLikeThis/index.php3">morelikethis ]
No Comments Yet