Search This Blog

Sunday, August 7, 2011

Download Database DATA From HTML to EXCEL File.. Best Working

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...

For more information checkout our official website.
Hire Web designer

No comments:

Post a Comment