jack5100nv Posted April 9, 2008 Share Posted April 9, 2008 Does anyone know of a really good PHP form validation script that would validate required fields, e-mail, phone number etc. without displaying a popup or alert? Link to comment https://forums.phpfreaks.com/topic/100371-php-form-validation/ Share on other sites More sharing options...
p2grace Posted April 9, 2008 Share Posted April 9, 2008 You'd validate the data on $_POST then display the errors in a given div. Link to comment https://forums.phpfreaks.com/topic/100371-php-form-validation/#findComment-513264 Share on other sites More sharing options...
jack5100nv Posted April 9, 2008 Author Share Posted April 9, 2008 But I have to check for valid emails, valid phone numbers, social secuity number and other stuff. I just wanted to see if someone is using a script that they really like before I build my own. Link to comment https://forums.phpfreaks.com/topic/100371-php-form-validation/#findComment-513274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.