See INSTALL.md
- See ./examples to get started.
- Follow instructions in index.html and test it.
- Follow instructions in ShowFormInput.php and test it.
- Install database if necessary
- Write content of $_POST sent by index.html to database onlineshop and read it from there and display result. @see examples/StoreFormInput.php for an example.
docker exec -it mariadb /bin/bash -c "mariadb -uonlineshop -pgeheim </src/onlineshop.sql"
docker exec -it mariadb /bin/bash -c "mariadb -uonlineshop -pgeheim"