View Single Post
ישן 28-04-08, 16:17   # 7
Elad-A
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 1,987

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);

?>
  Reply With Quote