I'd like to know how to send a confirmation email to the user who filled out a form with his name. For example .. Thanks 'so and so.'
"<p><strong>Nome e Sobrenome: </strong>" . filter_input(INPUT_POST, 'nome', FILTER_SANITIZE_STRING) . "</p>"
I'd like to know how to send a confirmation email to the user who filled out a form with his name. For example .. Thanks 'so and so.'
"<p><strong>Nome e Sobrenome: </strong>" . filter_input(INPUT_POST, 'nome', FILTER_SANITIZE_STRING) . "</p>"