I tell you, I have a form where only email addresses are loaded
The idea is that when a user enters, for example, [email protected], the page says, "you enter [email protected]" The problem I have with the echo is that when entering the page, it shows me the input "you entry" , how can I remove that?
<?php echo "usted ingreso $email"; ?>