M
McNiko
Gast
Hallo, ich brauche eure Hilfe, ich will für ein kleines Browsergame ein Script basteln, was nach 5min automatisch immer das Gold gutschreibt, also die alte Goldanzahl + die neue...
habe es jetzt so
}
habe es jetzt so
PHP:
$timestamp = time();
if ($sqlRowMySQL->Pointsactivation <= time()-1*60) {
$zahl = 10;
echo $zahl;
$szMySQL = "UPDATE user SET Punkte = 10 WHERE UserID = '".$_SESSION['userid']."'";
}