View Single Post
Old Jul 12th, 2005, 8:52 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote