Search found 2 matches
- Fri Dec 23, 2005 6:50 pm
- Forum: PHP - Code
- Topic: form help
- Replies: 7
- Views: 1617
Check out Zoopframework It has integrated form validation using it's guiControls component. It integrates both javascript and php validation and supports required and many different format typing like phone, creditcard, numeric, etc... GuiControls work using normal posts, or through AJAX. You can fi...
- Fri Dec 23, 2005 6:43 pm
- Forum: PHP - Code
- Topic: Form Validation For Phone Number
- Replies: 13
- Views: 501
Check out zoopframework. It has built in type validation including phone type. It handles this using guiControls, which once you try you will wonder how you even programmed forms without them. It has integrated javascript and php validation and stores the users input as well, so they don't have to p...