Ver Mensaje Individual
  #10 (permalink)  
Antiguo 08/02/2010, 14:07
sk0rpi0n
 
Fecha de Ingreso: julio-2009
Mensajes: 121
Antigüedad: 15 años, 7 meses
Puntos: 1
Respuesta: mostrar variable php en el <title>

aver esto iria en el index.php (por ejemplo)
Código PHP:
<?php include ("config.php") ;?>
<title><?php echo "$htitle"?></title>
y esto en config.php (por ejemplo)
Código PHP:
<?php $htitle="Bienvenidos a SoulHeroes"?>