php submit form to self

Submitting form to self page is easy.Just what you have to do is set form action method to blank.Leaving form action blank will submit form to itself. For submitting php form itself keep your php code to top of php page and php html form code to bellow your php code.In your php code a top please use isset($_POST) condition

Read more