Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/05/2005, 09:54
Avatar de conetsol
conetsol
 
Fecha de Ingreso: mayo-2004
Mensajes: 60
Antigüedad: 20 años
Puntos: 0
Gracias por la guia, lo que queria hacer ya lo pudé solucionar de la siguiente manera:



Código PHP:
<? 
include "../sitio/connections/connPhptoMysql.php";

$DescriptorFichero fopen("fichero_prueba.html","w"); 




$string1 "<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=Content-Type content=text/html; charset=iso-8859-1>
</head>

<body>

<table width=700 border=0 cellpadding=0 cellspacing=0 bgcolor=#33FFFF>
  <!--DWLayoutTable-->
  <tr>
    <td width=14 height=116>&nbsp;</td>
    <td width=193 valign=top bgcolor=#CCCCCC><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td width=299 rowspan=2 valign=top bgcolor=#990099><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td width=194>&nbsp;</td>
  </tr>
  <tr>
    <td height=45>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height=142>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
"


fputs($DescriptorFichero,$string1); 


fclose($DescriptorFichero); 
?>
Muchas gracias por todo !!!