I have a php-script with which one can download a file with a specific format
like this:
header("Content-type: application/specific");
header("Content-Disposition: attachment; filename=$name.sqrfld");
echo ("output funny stuff...");
and i will count the number of downloa
I have a php-script with which one can download a file with a specific format
like this:
header("Content-type: application/specific");
header("Content-Disposition: attachment; filename=$name.sqrfld");
echo ("output funny stuff...");
and i will count the number of downloa
2 matches
Mail list logo