Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$result = sqlite_query($db, "SELECT COUNT(id) FROM sett");
if(sqlite_fetch_single($result) < 1) {
sqlite_query($db, "INSERT INTO sett(bla) VALUES ('bla')");
}
yss schrieb:nur mit SQLite-Syntax [Hervorh. hinzug.] zu überprüfen, ob die Tabelle leer ist und wenn nicht, etwas einzutragen