[PHP] Validating forms and showing errors

2002-05-26 Thread Victor Boivie
Hi everybody, This might be a RTFM or STFW-question, but I haven't found it. I want to validate a form (in page1.php) to check if the user has entered a correct email-adress and more, and if he needs to correct some fields, I'd like to display the form again with all correct values filled in

RE: [PHP] Validating forms and showing errors

2002-05-26 Thread Martin Towell
: Monday, May 27, 2002 3:19 PM To: [EMAIL PROTECTED] Subject: [PHP] Validating forms and showing errors Hi everybody, This might be a RTFM or STFW-question, but I haven't found it. I want to validate a form (in page1.php) to check if the user has entered a correct email-adress and more

RE: [PHP] Validating forms and showing errors

2002-05-26 Thread David Freeman
I want to validate a form (in page1.php) to check if the user has entered a correct email-adress and more, and if he needs to correct some fields, I'd like to display the form again with all correct values filled in and the incorrect fields hightlighted. I tend to do this sort of