هده هو الكود، هناك خطأ في السطر 18 لا أعرف ما هو:

صورة المشكل :

http://www.gulfup.com/?e4Nb5X

<?php

$to = '****@gmail.com';

$subject = 'New EMail From Your web site:****r.com';

$name = $_POST['name'];

$email = $_POST['email'];

$message = <<<EMAIL

from $name

his email is:$email

EMAIL;

$header = '$email';

if($_POST){

   mail($to, $subject, $message, $header, $feedback)
   $feedback = 'your information has been successfully Send it';

}

if ($mail->send()){

$autoemail = new PHPMailer();

$autoemail->From = "makingmoney497@gmail.com";

$autoemail->FromName = "makingmoneycorner.com";

$autoemail->AddAddress($mail->From, $mail->FromName);

$autoemail->Subject = "This Is Your Book About Making Money";

$autoemail->Body = "you can download here :";

$autoemail->Send();

}

?>

الفورم تعمل بشكل جيد، حيث أنه لما يدخل الزائر تصلني

لكن الرد الاتوماتيكي لا يعمل

ما الحل و شكرا