php code [2008-04-16 09:33:08]
Print PHP to PDF
By admin
<?php require(‘fpdf.php’); // activate Output-Buffer, this is the library included from HTML2FDF ob_start(); //START-OF-PHP code, you can included any php page here include("header.php"); include("contents.php"); //END-OF-PHP code …
apadmedia.com - http://www.apadmedia.com
.