Hi,, How to code in PHP for sending e-mail to any particular email-id with the description like name, company name, phone no etc. which the viewer will fill and once he click submit then a email is fired to the desired e-mail.
Syntax, see this: mail(to,subject,message,headers,parameters) Code (markup): mail("somebody@example.com","TEH subject","what's up bro?"); PHP: