Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/08/2011, 16:36
MRB09
 
Fecha de Ingreso: febrero-2009
Ubicación: Argentina, Santa Fe, Rosario
Mensajes: 305
Antigüedad: 15 años, 2 meses
Puntos: 4
Includes o function()

Hola, que me combiene hacer:
Index.php
Código PHP:
include("funciones.php");
echo 
head(); 
funciones.php
Código PHP:
function head() {
echo 
"<title>Hola</title>";

Ó...

Poner include por cada archivo que quiera? include"head.php"; include"footer.php"; etc?