![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/11/2010, 11:25
|
| | Fecha de Ingreso: abril-2010 Ubicación: Colombia
Mensajes: 229
Antigüedad: 14 años, 10 meses Puntos: 2 | |
Respuesta: Ayuda con este error: tu problema es que te falta un php cuando abres el codigo php <? (<?php)
<?php
function CabeceraPagina()
{
?>
<FONT SIZE="+1">Esta cabecera estará en todas sus páginas.</FONT><BR>
<hr> <?
}
?>
</body>
</html> |