PHP Mail Problems
Posted: Tue Dec 09, 2008 12:26 pm
Hi,
I have been given a php mail script my my hosting company :
<?php
mail("me@me.co.uk", "Web Enquiry", $_REQUEST[message], "From: $_REQUEST[email]", "-f".$_REQUEST[email]);
header( "Location: http://www.me.com/thankyou.html" );
?>
This works fine. But when I try to add a "Phone Number" field it stops working. Anyone got any ideas????
Many Thanks
Fiorano
I have been given a php mail script my my hosting company :
<?php
mail("me@me.co.uk", "Web Enquiry", $_REQUEST[message], "From: $_REQUEST[email]", "-f".$_REQUEST[email]);
header( "Location: http://www.me.com/thankyou.html" );
?>
This works fine. But when I try to add a "Phone Number" field it stops working. Anyone got any ideas????
Many Thanks
Fiorano