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/ | |
 | Join Delanceyplace
Sign up to receive a free quote from a non fiction book every weekday.  | From our sponsors | | |
[ASK] Assalamu'alaikum, da yang tau script untuk m... Nov 3rd 2013, 15:38, by Abdul Rauf | [ASK] Assalamu'alaikum, da yang tau script untuk membuka file pdf di web? mhon petunjuknya, msih newbie.:D mkasih seblumnya. |
| | Wa 'alaikum salaam. coba ini gan :
<?php $file = "Example.pdf"; header('Content-type: application/pdf'); header('Content-Disposition: inline; filename="contoh.pdf "'); header('Content-Length: ' . filesize($file)); ob_clean(); flush(); readfile($file); exit;
?> |
| | mkasih gan, tpi gk pandai gunainnya gmna ni gan? :D hehe maaf, msih newbie gan. itu letakin file pdfnya dimna gan? |
| | lihat ini gan, header('Content-Disposition: inline; filename="contoh.pdf "');
itu contoh.pdf disimpen 1 folder dg file phpnya |
| | sip2, mkasih gan.:D klau di ukurannya dikecilin bsa gk gan? width ama heightnya mksdnya gan. | | |
|
Tidak ada komentar:
Posting Komentar