arpowers Posted December 2, 2007 Share Posted December 2, 2007 Hey guys, I've just the finishing touches on the 'functional' part of a project, but I haven't really added validation to most of the forms.. what is the best way to add validation? (class, hand-code, pear, etc...) Thanks Andrew Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted December 2, 2007 Share Posted December 2, 2007 I just hand code my validation. I always use a javascript client side validation, with php validation as backup in case the user has javascript disabled. It's twice the work, but it gets the job done. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.