Hi Download Php Ready Made Contact Form Please feel free to PM me for any kind of help also ask any type of web templates Regards , Andy
You might want to correct your script a bit. $email can contain data that could expoit the headers in the email. $name = $_POST[name]; $email = $_POST[email]; $company = $_POST[company]; $phone = $_POST[phone]; $website = $_POST[website]; $msg = $_POST[msg]; $subject = $_POST[subject]; PHP: Each of those lines will thrown an E_NOTICE. There's probably more but I haven't got time to look into it.