I have a simple php form, like this:
the problem is that if
You should perform a REDIRECT to a page with a message that the data was inserted... and a back button to go to the form again (if you want to)...
To redirect using PHP use the header function:
PHP
header('Location: http://www.example.com/');