PDA

View Full Version : Help retrieving my html form information


lwebb
Apr-07-2008, 12:43 PM
Straight & to the point:

My website is www.DigitalPhotographyByLonnieWebb.com (http://www.DigitalPhotographyByLonnieWebb.com)

I already know how to create html pages & forms that require text to be input and sent to me. My only problem is finding and/or retrieving the information. How do I retrieve the information from my form(s) that my viewers have sent to me? Where does it go and "exactly" what html codes do I use? I hope I'm making sense. Can someone please help me? Thank you.

P.S. I added the below to try and make sense of what I'm looking for. This is from www.w3schools.com (http://www.w3schools.com)
"The Form's Action Attribute and the Submit Button

When the user clicks on the "Submit" button, the content of the form is sent to another file. The form's action attribute defines the name of the file to send the content to. The file defined in the action attribute usually does something with the received input."

Ok, but now where is my information??????????