Re: [PHP] &^%$! Download "accelerators"

2004-04-09 Thread Raditha Dissanayake
Brian Dunning wrote: I've been using the following code for some time to deliver electronic downloads of purchased software products - header('Content-Type: '.$file_row['content_type']); header('Content-Disposition: filename="'.$file_row["filename"].'"'); $size = filesize('../../store/file

[PHP] &^%$! Download "accelerators"

2004-04-08 Thread Brian Dunning
I've been using the following code for some time to deliver electronic downloads of purchased software products - header('Content-Type: '.$file_row['content_type']); header('Content-Disposition: filename="'.$file_row["filename"].'"'); $size = filesize('../../store/files/'.$file_row['filenam