i have a form in an HTMl page (Method=post action=mail.php ). when the user hit the submit button he goes to mail.php where i process some input fields first and may echo a string if the user leaves an input fields blank and at the end i want to redirect to thanks.html.
Is there any way to validate the fields & email in the same file like mail.php and then redirect to thanks.html.
Thanks
Sajad Bhat
Is there any way to validate the fields & email in the same file like mail.php and then redirect to thanks.html.
Thanks
Sajad Bhat
Comment