View Single Post
ישן 03-07-07, 22:15   # 8
HagaiA
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Apr 2006
גיל: 33
הודעות: 605

HagaiA לא מחובר  

לא חבל על סתם מקום בקובץ? :|
חפש:
PHP קוד:
$headers  "MIME-Version: 1.0 \r\n"
$headers .= "Content-type: text/html; charset=windows-1255 \r\n"
$headers .= "From: your_mail@isp.com \r\n"
שנה ל:
PHP קוד:
$headers  "MIME-Version: 1.0 \r\n".
"Content-type: text/html; charset=windows-1255 \r\n".
"From: your_mail@isp.com \r\n"
__________________
חגי אבישר - פיתוח מערכות מידע ואפליקציות אינטרנט.
  Reply With Quote