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.
Eigentlich ist das eine normale Tabellenfunktion.
<button type="submit" name="datensatz<?php echo $row["ID"]; ?>" value="1">Speichern</button>
if( isset($_POST["datensatz".$row["ID"]]) ) {
/* Hier dann die Speicherung */
}