For work with this code just copy this code and put it at the page which you want to download. its catch all the data of the page..
<?php
header("Content-type: application/x-msdownload");
header("Content-Disposition: attachment; filename=filename.xls");
header("Pragma: no-cache");
header("Expires: 0");
?>
Best Working and Helpful code for PHP Coders...
<?php
header("Content-type: application/x-msdownload");
header("Content-Disposition: attachment; filename=filename.xls");
header("Pragma: no-cache");
header("Expires: 0");
?>
Best Working and Helpful code for PHP Coders...
For more information checkout our official website.
Hire Web designer
No comments:
Post a Comment