Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
if($_GET['download] == 1)
{
//deine mysqlanweisung
}
<?php
if(!empty($_GET['download'])){
$pfad = './pfad/zur/datei/'.$GET['download'];
if(is_file($pfad)){
//Mysql Eintrag
header('Content-type: application');
header('Content-Disposition: attachment; filename="'.$GET['download'].'"');
readfile($pfad);
}
}
<a href=\"http://www.domain.de/down/01_down_xls.php?download=04_xls.zip\" \" TARGET=\"_blank\" />
<?php //echo ("dies ist ein test");
if(!empty($_GET['download'])){
$pfad = '01_down_xls.php'.$GET['download'];
if(is_file($pfad)){
//Mysql Eintrag
header('Content-type: application');
header('Content-Disposition: attachment; filename="'.$GET['download'].'"');
readfile($pfad);
}
}
include ("01_login.php");
$adr_id = "04";
$timestamp = time();
$xls = date("Y-m-d H:i:s", $timestamp);
// rest ist bekannt
header('Content-Disposition: attachment; filename="'.$GET['04_xls.zip'].'"');