![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/07/2008, 20:48
|
![Avatar de GatorV](http://static.forosdelweb.com/customavatars/avatar138775_9.gif) | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses Puntos: 2135 | |
Respuesta: requiere() o include() con iframe Hola oscardauria,
Tu problema es que tu llamas a una pagina html:
<iframe src ="Html/Pgn_Principal.html" name="CENTRAL" WIDTH="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe>
Para que el parser de PHP ejecute el php, la pagina debe de tener extensión PHP.
Saludos. |