Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/10/2009, 07:36
Avatar de dART
dART
 
Fecha de Ingreso: enero-2009
Ubicación: Madrid
Mensajes: 246
Antigüedad: 15 años, 3 meses
Puntos: 7
Respuesta: Boletin PHP > HTML

Hola,

Nada, al final lo conseguí haciéndolo así:

Código PHP:
include("boletin.php");
$html ob_get_contents();
        
ob_end_clean();
        
        
$url_archivo "boletin/boletin.html";
$f1 fopen("$url_archivo""w+");
fwrite($f1"$html"); 

Gracias :D

Última edición por dART; 13/10/2009 a las 07:51