Html Post Form Email

Aug 26
2011

html post form email
Need help with html, please "contact" email / form?

Hi I have a table and I think it looks pretty good but as a beginner, I'm not sure it is correct to incorporate the website address and email address. Basically, I want to know what I put in areas ????? I put my website address and my email address I want to receive the messages? Can anyone please help me? I hope that makes sense ….

href ="?????"/>

thanks for the answer in the form, but where to these things? I know this may sound stupid, but I am a beginner

This is a simple "system" takes the contents of the form and send your e-mail: Email Form HTML (php) file index.html:

Password:
Your Email:

(Replace by the way right – stupid Editor) Your emailfwd.php file! $name = $ _POST ['Nombre'], $ pwd = $ _POST ['Pwd'] $ email = $ _POST ['email']; ... ADD Here is the collection of data as $ a = "youremail@whatever.com" $ Headers = "From:" .. $ Mail " r n", $ subject = "application Sent", $ msg = $ name. "He has a way sumitted r n ", $ msg .=" Pwd: "$ PWD .." R n ", $ msg .=" Email Address ". $ Email." r n "; Add here ... The rest of data messaging ($ to, $ subject, $ message, $ headers); echo (" Mail .");?> treated

Send Emails with a Web Form: PHP Scripting