Creative Commons License

Extra Applications

php4/function.forceDownload
 
9167no demo link[ code ]2006-05-18 08:07:27
This function is usefull to download any kind of file and should resolve Internet Explorer name problem too.

EXAMPLE:
$myFile = 'something.to.download.txt';
forceDownload( $myFile );