Wierd echo error?

Posted on 16th Feb 2014 by admin

Hi, i got the most wierd php error ever and i don't know why..
Code: echo "<td><strong>MP:</strong></td>";
echo "<td>";
echo "".$char['mn']."";
echo "</td>"
echo "<td><strong>Armor:</strong></td>";
echo "<td>";
echo "".$char['armor']."";

Now i get this error:
Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in C:I***characters.php on line 241
Line 241 says:
echo "<td><strong>Armor:</strong></td>";
What is wrong with this one? :/ Thanks for sharing your wisdom

Other forums