Jump to content

Parse error: Unexpected T-String


thunder_sti

Recommended Posts

I have this error Ive been trying to correct for the past hour.lol Any help would be apreciated.

 

Parse error: syntax error, unexpected T_STRING in /home/boricua/public_html/sendpage.php on line 16

 

 

<?php

if (isset($_POST['submit'])){

$to="".$_POST['friendemail']."";

$subject="".$_POST['yourname']." wants you to check this hot website!";

$mail_from="from: ".$_POST['youremail']." \n";

$mail_from .="Content-Type: text/html; charset=utf-8 \n";

$message="<font size=\"2\" face=\"Verdana\"> <b>".$_POST['friendemail']."</b>,<br />
".$_POST['yourname']." wants you to check this website!!:<br />

<a href=\"www.boricua-racing.com/forum/index.php">Yo visit our site bro. You can enjoy the community and the staffs. Visita Nuestra pagina de Boricua-Racing. Eres Fiebru ? No te lo pierdas y disfrute ahora.</a> </font>";

$sentmail = mail($to,$subject,$message,$mail_from);

echo "We have dispatch an e-mail to your friend.E-mail enviado a su amigo.";


}else{

?>

<?php } ?>

 

 

 

  Thanks

Link to comment
https://forums.phpfreaks.com/topic/94933-parse-error-unexpected-t-string/
Share on other sites

<?php

if (isset($_POST['submit'])){

$to="".$_POST['friendemail']."";

$subject="".$_POST['yourname']." wants you to check this hot website!";

$mail_from="from: ".$_POST['youremail']." \n";

$mail_from .="Content-Type: text/html; charset=utf-8 \n";

$message="<font size=\"2\" face=\"Verdana\"> <b>".$_POST['friendemail']."</b>,<br />
".$_POST['yourname']." wants you to check this website!!:<br />

<a href=\"www.boricua-racing.com/forum/index.php\">Yo visit our site bro. You can enjoy the community and the staffs. Visita Nuestra pagina de Boricua-Racing. Eres Fiebru ? No te lo pierdas y disfrute ahora.</a> </font>";

$sentmail = mail($to,$subject,$message,$mail_from);

echo "We have dispatch an e-mail to your friend.E-mail enviado a su amigo.";


}else{

} 

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.