21,893
社区成员




<a href="downloadpage.php">
<img src="image.jpg">
</a>
<?php
header('Content-type: application/pdf');
header('Content-Disposition: attachment; filename="HolidayBrochure.pdf"');
readfile('HolidayBrochure.pdf');
?>
<a href="HolidayBrochure.pdf">下載</a>