JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
account
bittorrent file parser in php
fgh
password protection
Object
Lookup PHP docs directly from jEdit (OS X)
ts on del.icio.us
Lightbox JS (overlay full-size-images on the current page)
auto.php
"12345
Rate this script:
I Love it
/
I Hate it
Show a PDF from PHP
Code
<?
$pdf
=
'archivos/documento.pdf'
;
header
(
'Content-type: application/pdf'
)
;
header
(
'Content-Disposition: attachment; filename="'
.
$pdf
.
'"'
)
;
readfile
(
$pdf
)
;
?>
Show a PDF from PHP scripts
|
Show a PDF from PHP snippet
|
Show a PDF from PHP example
|
Show a PDF from PHP tutorial
|
Show a PDF from PHP code