Dankeschön, das ist die Antwort auf meine Frage:
$filename="test.php";
header("Content-Type: application/octetstream");
header('Content-Disposition: attachment; filename="'.$filename.'"');
readfile($filename);
Gruß,
Jan
Dankeschön, das ist die Antwort auf meine Frage:
$filename="test.php";
header("Content-Type: application/octetstream");
header('Content-Disposition: attachment; filename="'.$filename.'"');
readfile($filename);
Gruß,
Jan