View Single Post
ישן 28-09-07, 02:24   # 4
DeanT
חבר על
 
DeanT's Avatar
 
מיני פרופיל
תאריך הצטרפות: Mar 2007
מיקום: הרצליה
הודעות: 799

DeanT לא מחובר  

ציטוט:
נכתב במקור על ידי Megnum צפה בהודעה
PHP קוד:
<html dir="rtl">
<head>
<meta http-equiv="Content-Language" content="he" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
<title>צור קשר</title>
</head>
<body>
<center>
<h1>נשלח בהצלחה</h1>


<?php


$to      
'aviel1616@gmail.com';
echo 
$_REQUEST["subject"] = $subject;
echo  
$_REQUEST["message"] = $message;
echo  
$_REQUEST["headers"] = $headers;


    
'Reply-To: aviel1616@gmail.com' "\r\n" .
    
'X-Mailer: PHP/' phpversion();

mail($to$subject$message$headers);

?>

</center>
</body>
</html>

בכל זאת לא פועל =(
תגית המטה עודכנה,
אם תשתמש במה שכתוב עכשיו - זה יעבוד מעולה.
תודה לגל על העזרה.
__________________
דין.

Last edited by DeanT; 28-09-07 at 02:26..