Senin, 09 September 2013

PHP Indonesia - Facebook:

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/ 
Compare Hotels

Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!
From our sponsors
Sep 9th 2013, 07:11, by Mia Musyarofah

Mia Musyarofah 7:11am Sep 9
<?php
$file = "file/formulir.pdf";
header('Content-type: application/pdf');
header('Content-Disposition: inline; filename="Formulir Peserta Didik.pdf "');
header('Content-Length: ' . filesize($file));
ob_clean();
flush();
readfile($file);
exit;
?>
ini script buat pdf viewer, kira2 ada yang kurang atau salah gak? mohon di koreksi ..

Abdul Gani 7:15am Sep 9
download mas. bukan view itu

Mizno Kruge 7:15am Sep 9
sebentar saya nyalain lilin dulu
eh, btw itu sudah dicoba belum ya?

Mia Musyarofah 7:17am Sep 9
sudah, udah bisa.. cuman ada katanya ada yang kurang download2 gitu, tapi gak tau apa

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