contact form Details are Below
Address, Tel. No / Fax No.s & Email : ".$add_tel." |
Contact Person / Mobile No :".$contact_mob." |
Message :".$message ." |
contact form Details are Below
Address, Tel. No / Fax No.s & Email : ".$add_tel." |
Contact Person / Mobile No :".$contact_mob." |
Message :".$message ." |
help!
getting something went wrong?
More details than a code dump and help will illicit better responses.
i’m new in this forum! so! in my code what went wrong! please help! mail function not working is that problem for to any settings in cpanel! or what
CPanel is a program. It has nothing to do with anything.
mail() is notoriously problematic. If it sends, it usually goes to junk folders.
PHPMailer, Swift Mailer, MailGun…
You have no form, therefore there are no POST values. Learn how to make a proper form. You have variables that just magically appear. If you had error reporting turned on you would be getting several error messages.