ציטוט:
נכתב במקור על ידי Keyboard_C
לא חבל על סתם מקום בקובץ? :|
חפש:
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";
|
מה שאתה עשית לא בדיוק יותר יעיל, זה אותו הדבר בדיוק...