(C) 2022 Herbert zur Nedden

This is a small PHP script that uses sqlite3 to access an SQL database.

- CreateDB will create the small database and table needed
- sqldemog.php is the demo using GET for the form
- sqldemop.php is the demo using POST for the form

The sqlite3 executable must be in the path (e.g. in !Boot.Library).
Copy the two PHP scripts and the CreateDB obey into a suitable folder
that HTTPServ will then serve and amend the $RootROS line in the scripts.

Use at you own risk, feel free to enhance, or break!


Dies ist ein kleines PHP-Skript, dass mit sqlite3 auf eine SQL-Datenbank zugreift.

- CreateDB erzeugte die kleine Datenbank und Tabelle dafr
- sqldemog.php ist die Demo unter Verwndung von GET fr das Formular
- sqldemop.php ist die Demo unter Verwndung von POST fr das Fomular

Das ausfhrbare sqlite3 muss im Pfad sein (z.B. in !Boot.Library).
Kopiere die beiden PHP-Skripte und das CreateDB obey in ein geeignetes
Verzeichnis, dass HTTPServ dann verwenden kann und passe die Zeile fr
$RootROS in den Skripten an.

Nutzung auf eigene Gefahr, gerne verbessern oder kaputt machen.

