How do I sent content of a PHP form via HTML email?
For example, fields $name, $city, $state, $phone, $location
to HTML:
<p>Congratulati ons $name from $city, $state with the phone # $phone .
You now get an expense paid trip to $location .
And that HTML outputted in email..so someone checks their email,they
have an HTMl certificate generated from a form in PHP.
For example, fields $name, $city, $state, $phone, $location
to HTML:
<p>Congratulati ons $name from $city, $state with the phone # $phone .
You now get an expense paid trip to $location .
And that HTML outputted in email..so someone checks their email,they
have an HTMl certificate generated from a form in PHP.
Comment