Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/05/2015, 17:00
molex
 
Fecha de Ingreso: mayo-2015
Mensajes: 4
Antigüedad: 9 años
Puntos: 1
Respuesta: Como guardar el contenido de un iframe en un html si pueden ayudarme porfa

gracias por tu pronta respuesta

el codigo que utilizo es este

ob_start();

$muestra = "<html>
<head>

</head>
<body >
<div embed >
<form name='form1' method='post'
action='http://www2.tigo.com.gt//proc_imei.php'>

<table border='0' cellspacing='0' cellpadding='2'>

<tr>
<td><p class='txt_internas'>IMEI/ESN:</p></td>
<td><input type='textarea' name='IMEI' value='".[gl_imei]."'></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type='submit' name='Submit'
value='Consultar'></td>
</tr>
<tr align='right'>
<td colspan='2'>&nbsp;</td>
</tr>
</table>
</form>
</div>

</body>
</html>";

echo $muestra;

este funciona bien para hacer la consulta

el problema es como guardo el resultado en un archivo html