Hello friends anyone can give me code or tell me how to send data to a particular email address using html contact form...??? I am using this code but not working.. <FORM METHOD=POST ACTION="mailto:" ENCTYPE="text/plain"> First Name: <input type="text" name="firstname"><br /> Last Name:<input type="text" name="lastname"><br /> Subject:<input type="text" name="lastname"><br /> Message <BR> <TEXTAREA NAME="COMMENTS" ROWS="13" cols="40" WRAP="hard"> </TEXTAREA> <INPUT NAME="redirect" TYPE="hidden" VALUE="index.html"> <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html"> <BR> <INPUT TYPE="submit" VALUE="Send"> <INPUT TYPE="reset" VALUE="Clear"> </FORM> help me... i am waiting......
this will open something like outlook express, which few people use now. you want something that will send email to something using php's mail function. google it, you will get more than required info for it.
Just Google for "contact form php", there are hundreds out there if only you weren't too bloody lazy to look for yourself. google.com is the url just in case you hadn't heard of it.