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 Link to comment https://forums.phpfreaks.com/topic/79877-best-way-to-validate/ 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. Link to comment https://forums.phpfreaks.com/topic/79877-best-way-to-validate/#findComment-404478 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.