ציטוט:
נכתב במקור על ידי Elad-A
PHP קוד:
<?php
$to = "kola2004@gmail.com";
$headers = 'Content-type: text/html; windows-1255' . "\r\n";
$msg = <<<EOF
שם השולח: $name
נייד:
{$Num}
{$kidomet}
תוכן הודעה
{$message}
EOF;
mail($to,$name , $msg,$headers);
?>
|
צודק, שכחתי את ה-EOF; =)
CubeS.co.il - להבא יהיה עדיף אם תציג שגיאה כשזה לא עובד...