Cuando coloco el siguiente codigo:
Código PHP:
<head>
<title>Prueva</title>
<?php
$a=5;
$b="7";
echo "<b><h1>";
echo ($a);
echo "<br>"
echo ($b);
echo "</b></h1>";
?>
</head>
Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in /******/******/******/*****/index.php on line 9
La linea 9 en cuestion es la siguiente:
echo ($b);
Gracias por su ayuda
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)