PHP E-mail Script

This particular script is useful when E-mailing user input information from one of your web pages. It's written in PHP, so you'll need a host that supports PHP for the script to work.

Seeing as it's quite a complicated script, I'm not going to explain it. However, I'll tell you what to edit.

Okay, that's the script. Edit the message, the form. But edit it at your own risk. If you need my help, contact me. All you have to do, is edit "$mailto". Easily enough, replace that line with something like this: $mailto = "Your Email";. Obviously, replace Your Email with your actual Email address.