Tuesday, May 26, 2009

download pdf

//------------- download pdf file ---------
// save this content to download.php and run ------------

$location = "http://www.abc.com/docs/test.pdf";
header("Content-type: application/pdf");
header("Content-Disposition: attachment; filename="।$location);readfile($location);
exit;

// --- created by ritesh ----------

No comments:

Post a Comment