Download File On PHP
To download page (or file) by PHP, you can add this header to the page.
On PHP, you can use this function
header('Content-Disposition: attachment; filename="SOMETHING.HTML"');
On other web programming, you can use other function. The basic idea is by adding this header
Content-Disposition: attachment; filename="SOMETHING.HTML"
more need
supriyadi
21 Nov 09 at 12:32 am