I started learning PHP last night.
Last night I made a few scripts, all very simple, such as a script that counts the amount of words you type into a textbox, and a script that gives responses to radio button choices.
This morning I made a pretty decent script I am pretty proud of.
Jam0864's Email Sending ScriptYou specify an email address to send to, an email address to send from, a subject and the body of the email, and it will send it for you.
The beauty of this is you can send emails from whatever email address you want. (scams-R-us)
The mail function isn't all that complicated, most of the work went into the error handling when people didn't specify a value for a text area. (Try putting no @ symbol in the "Send To:" field...)

?