Código HTML:
Ver original
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } #flashcontent { width: 300px; height: 150px; } .style6 {font-size: 1px} .style8 {font-size: 4px} a:link { color: #006699; } a:visited { color: #006699; } a:hover { color: #006699; } a:active { color: #006699; } --> </style> <script> function imprimir() { var Obj = document.getElementById("desaparece"); Obj.style.visibility = 'hidden'; window.print(); } </script> </head> <body> <font face="Arial"> <table border="0" width="100%" cellspacing="0"> <tr> <td width="30%"> <table border="0" width="100%" cellspacing="0"> <tr> </tr> </table> </td> <td align="center" width="50%"> <font size="3">CEMENTERIO MUNICIPAL JARDIN SANTA LUCIA</font><BR> <font size="4">REGISTRO DE INHUMACIONES</font> </td> </table> <BR> <table border="1" width="100%" cellspacing="0"> <tr> </tr> <?php include("config.php"); $Inhumacion = mysql_query("SELECT * FROM difuntos_totales"); $i=1; $r=255; while ( $row=mysql_fetch_row($Inhumacion) ) { if ($row[3]==""||$row[7]=="") { $row[3]="NULL"; $row[7]="NULL"; } if ($row[5]==""||$row[6]==""||$row[1]==""||$row[2]==""||$row[4]=="") { $row[5]="000"; $row[6]="000"; $row[1]="000"; $row[2]="000"; $row[4]="000"; } echo "<tr> ; $i++; $r -= 0; } mysql_free_result($Inhumacion) ?> </table> <table border="0" width="100%" cellspacing="0"> <tr> </tr> </table> </font> </body> </html>
como puedo llevar dicho reporte a un documento PDF????