View Single Post
  #7 (permalink)  
Old 03-13-2007, 02:53 PM
thud thud is offline
Banned
 
Join Date: Mar 2007
Posts: 62
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
thud is on a distinguished road
Default

Hi misi,

Thanks but that didnt work, here is the area of code you are referring to, can you see what is wrong?
$kinek = "$steve@misterweb.co.uk";
$targy = "$contactmailsubject";
$uzenet = "Name: $name
Email: $email
Country: $country
Message:
$message";
$fejlec = "From: $name <$email>\r\n";
//mail($kinek, $targy, $uzenet, $fejlec);
include('contact_def.php'); } }?>
Reply With Quote