header('Content-type: application/pdf');
header('Content-Disposition: attachment; filename="downloaded.pdf"');
readfile('original.pdf');
header('Content-Disposition: attachment; filename="downloaded.pdf"');
readfile('original.pdf');
________________________________________________________________________________________
No comments:
Post a Comment