validation error messages on html page
Posted: Sat Nov 11, 2006 8:28 am
Hi
I have a HTML form with action to php page. Is there any way that I can get error messages on the HTML form page, not on php page? As I have action to php page, as soon as I click Submit button, it goes to php page. I tried to use php on the same HTML page, but no success yet. I want to get all validations and errors done on html page and then it will go to php page. I have action to the php page.
Thanks
I have a HTML form with action to php page. Is there any way that I can get error messages on the HTML form page, not on php page? As I have action to php page, as soon as I click Submit button, it goes to php page. I tried to use php on the same HTML page, but no success yet. I want to get all validations and errors done on html page and then it will go to php page. I have action to the php page.
Thanks