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.
setcookie("VoteID".$vote_id,"xxx",time()+3600);
if($vote > "0" && !isset($_COOKIE["VoteID".$vote_id]) && $_GET["action"] =="voting")
{
$query2="update ".$table." SET vote_gesamt = vote_gesamt + '".$vote."', vote_anzahl = vote_anzahl + 1, durchschnitt = vote_gesamt/vote_anzahl WHERE id=".$id."";
$abfrage=mysql_query($query2);
}
if (($vote > "0") && (!isset($_COOKIE["VoteID".$vote_id])) && ($_GET["action"] =="voting"))