I have an HTML document that has "<form action="registration.php" method="post">" imbeded so that on a submit button press the registration.php is called.
My question is in two parts.
1. How do I keep the page from displaying since it does nothing but post to a database.
2. How do I return from a PHP page to the original HTML page or a different one.




