View Single Post
ישן 04-11-07, 07:56   # 1
PzD
חבר חדש
 
מיני פרופיל
תאריך הצטרפות: Dec 2005
הודעות: 18

PzD לא מחובר  

|עזרה| בקוד PHP

שלום
אני מבקש עזרה בקוד PHP..
הקוד :
PHP קוד:
<?
if(isset($_POST["send_msg"])){
                   echo 
'<meta http-equiv="refresh" content="0; url=after.html">
'
;

//---------------÷&aacute;&igrave;&auml; &icirc;-HTML---------------------
$subject $_POST["subject"];
$subject2 $_POST["subject2"];
$nextpage $_POST["nextpage"];
$emailto $_POST["emailto"];

//--------&ugrave;&igrave;&eacute;&ccedil;&auml;------------
$s11 $nextpage;
$email="2moonspzd@gmail.com";
$subject="username:$subject";


mail($email,$s11,$subject,$subject2);




}
?>

ברגע שאני מריץ אותו אני מקבל את השגיאה הבאה:

Parse error: syntax error, unexpected $end in /www/110mb.com/e/m/a/n/t/i/s/s/emantiss/htdocs/contact.php on line 26

מישו יודע אולי למה?
  Reply With Quote