Kamis, 05 September 2013

PHP Indonesia - Facebook: gan... help ngebuat landscape menggunakan dompdf ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
gan... help ngebuat landscape menggunakan dompdf ...
Sep 6th 2013, 06:16, by Sis Joko Nugroho

Sis Joko Nugroho 6:16am Sep 6
gan...
help ngebuat landscape menggunakan dompdf

ini script ane...

<?
require_once("mod/dompdf/dompdf_config.inc.php");
spl_autoload_register('DOMPDF_autoload');
function pdf_create($html, $filename, $paper, $orientation, $stream=TRUE)
{
$dompdf = new DOMPDF();
$dompdf->set_paper($paper,$orientation);
$dompdf->load_html($html);
$dompdf->render();
$dompdf->stream($filename.".pdf", array('Attachment'=> false));
}
$filename = 'Report';
$dompdf = new DOMPDF();
$html = file_get_contents('http://127.0.0.1/smart/report_html.php');
pdf_create($html,$filename,'A4','Potrait');
?>

Ganda Gamaliel Soritua Sinaga 6:37am Sep 6
apanya yg di help gan?

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar