|
Your subject line sucks. Almost every post here could be labeled "How do I?". Please read the "How to post...." thread in the C forum.
When a form is submitted its contents are sent to the server. In PHP you can find the contents in the $_POST or $_GET array, depending upon whether or not the form submission was via post or get. Get the values from there and build your email, then send it. Read the PHP manual, use Google, maybe find some tutorials. You should prepare yourself a tad, then come to the forums when you've actually tried something and it doesn't work as expected.
|