Fatal error: Cannot redeclare tituloweb() in Unknown on line 2
:( ya que incluyo un archivo con include
"head.php";
$titulo="Error";
tituloweb($titulo);
y pongo esa funcion tambien y en el archivo head.php tengo una funcion solamente (la que incluyo).
Código:
alguien me puede ayudar???? <? function tituloweb($titulo) { $encabezado="<head>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\">\n\t<title>$titulo</title>\n</head>\n"; echo $encabezado; } ?>
Atte.
Gerzo Karim
<a href="http://www.centraljuegos.com">www.centraljuegos.com</a>