Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/08/2008, 15:04
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
Respuesta: Fatal error al tratar de usar "eval()"

Mmm acabo de hacer esta prueba:
Código PHP:
<?php
$code 
'header("Location: test/index.html");';

eval(
$code);
?>
y funciona correctamente, me redirige a test/index.html, estoy usando PHP Version 5.2.6.