Search found 2 matches

by wso
Wed Aug 27, 2003 9:43 pm
Forum: PHP - Code
Topic: PHP and Javascript
Replies: 3
Views: 441

PHP and Javascript

Thank you BDKR and JAM, The form contains more than 40 fields the end-user needs to fill. If, unfortunately, the record, the end-user is filling the form, is notified that "already exist" when the form is completed and submitted, the end-user will be very upset. So I need to verify the rec...
by wso
Tue Aug 26, 2003 9:00 pm
Forum: PHP - Code
Topic: PHP and Javascript
Replies: 3
Views: 441

PHP and Javascript

Hi All, I have a Form for File Records and will save the data into a MySQL database. I would like to validate the value of a field, say data1, with the data stored in a MySQL database before the end-user continues to complete the form and before the form is submitted. In the Form: ...... <input onbl...