コード例 #1
0
				<tr bgcolor="#7B869C">
			    <th class="th2" width="5%" align="center">ENE</th>
				<th class="th2" width="5%" align="center">FEB</th>
				<th class="th2" width="5%" align="center">MAR</th>
			    <th class="th2" width="5%" align="center">ABR</th>
			    <th class="th2" width="5%" align="center">MAY</th>
			    <th class="th2" width="5%" align="center">JUN</th>
			    <th class="th2" width="5%" align="center">JUL</th>
			    <th class="th2" width="5%" align="center">AGO</th>
			    <th class="th2" width="5%" align="center">SET</th>
			    <th class="th2" width="5%" align="center">OCT</th>
			    <th class="th2" width="5%" align="center">NOV</th>
			    <th class="th2" width="5%" align="center">DIC</th>
			</tr> 
			<?php 
$ReportePPPM->mostrar_Presupuesto($ffuente);
?>
			</table>      
		
<script language="javascript">
FullScreen();
</script>
</body>
</html>
<?php 
if ($_GET[pdf] == 'ok') {
    $htmlbuffer = ob_get_contents();
    ob_end_clean();
    header("Content-type: application/pdf");
    $pdf = new HTML2FPDF('P', 'mm', 'a4x');
    $pdf->ubic_css = "../../style.css";