Posts by scti • 11 points
2 posts
-
1
votes2
answers138
viewsA: Send only the data of the fields completed by e-mail using PHP
Problem solved. Below is the PHP code that performs the function described in the post doubt: <?php if(isset($_POST['submit'])){ $to = "[email protected]"; // this is your Email address $from =…
-
-1
votes2
answers138
viewsQ: Send only the data of the fields completed by e-mail using PHP
I have an HTML form, and I’m using a PHP code to send the data via email. However, I would like to send by e-mail only the data of the fields filled, and their respective names. Example: [ ] Nuggets…