View Single Post
ישן 29-03-06, 15:07   # 25
BlueNosE
אין כמו ב127.0.0.1
 
BlueNosE's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: כפ"ס
גיל: 32
הודעות: 4,086

BlueNosE לא מחובר  

ציטוט:
נכתב במקור על ידי miniature
עשיתי ככה:
PHP קוד:
קוד 
תנסה:
PHP קוד:
          $subject "ניסיון";
          
$message "<html dir=\"rtl\"><body>
          זוהי הודעה אוטומטית, אנא אל תגיב אליה.
          </body></html>"
;
          
$headers  'MIME-Version: 1.0'."\r\n"
          
$headers .= 'Content-type: text/html; charset=iso-8859-1'."\r\n";
          
$headers .= 'From: מנהל <aaa@walla.com>'."\r\n";
          
$headers .= 'X-Mailer: PHP/' phpversion()."\r\n";
          
mail($email$subject$message$headers); 
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

סלנג מילון סלנג utter
  Reply With Quote