View Single Post
  #16 (permalink)  
Old 03-16-2007, 10:01 PM
thud thud is offline
Banned
 
Join Date: Mar 2007
Posts: 62
iTrader: 0 / 0%
thud is on a distinguished road
Default

Hi Misi,

Thank you!

But it still doesnt work, this is the section of code from contact.php
else {
$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