Casa
>
H
> How To Display Submitted Data On The Same Page As The Form In Php
How to display submitted data on the same page as the form in PHP
Name: E-mail: <?php if (isset(['submit'])) { = ["name"]; = ["email"]; echo "Name is = ". .''; echo "Email is = ". .''; } ?>