Using PHP to email form results
1. Create an HTML form such as this form below. The html is written as a
text file here for you to see if you want more info on
writing an html form. The form has no php in it, but only uses the php to
process it.
Please fill out your complaint and send it to us.
We will contact you shortly.
2. Open your PHP editor. (notepad, Maguma editor or html k9it with PHP
plug-ins)
3. Download this file and rename it process.php. Open it in your PHP editor.
Follow the comment statements to set edit and modify it for the any
modifications to the form above.