Hot to make this html form able to send its data to an Email?

numey A

New member
here is the code
------------------------
<form>
First name:
<input type="text" name="firstname" />
<br />
Last name:
<input type="text" name="lastname" />
<input type="submit" value="Submit" />
</form>
--------------------------------------------------------------
I know I need to use php, but how can i add few codes from PHP to make this form works? I don't have good knowledge for PHP but I wrote a large codes form for personal information, and i don't know how to make it able to send it's data to an email?

would you tell me how can I add php script to make this form works?

thank you in advance, if you have any comment about the form system and which best eay or site, please let me know. I will appreciate that.

god bless you all
 
Back
Top