Ver Mensaje Individual
  #10 (permalink)  
Antiguo 25/09/2007, 09:24
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Problema con sintaxis de PHP

Puedes probar con include():

Código PHP:
<div class="algo">
     <?php include( "PHPPrueba/header.php" ); ?>
</div>
Saludos.