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
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
2 matches
Mail list logo