Source for file fileoutput.php
Documentation is available at fileoutput.php
* Output a file to the browser
* @author Stuart Prescott
* @copyright Copyright Stuart Prescott
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* Dump the generated file to the user to save and upload to the server
header("Content-type: text/plain");
header("Content-Disposition: attachment; filename=$filename");
Documentation generated on Tue, 06 Mar 2007 10:01:32 +0000 by phpDocumentor 1.3.0