Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Digital-Media/hyp2ue_oo

Repository files navigation

hm2ue_oo

Installation

See INSTALL.md

Exercise

  1. See ./examples to get started.
  2. Follow instructions in index.html and test it.
  3. Follow instructions in ShowFormInput.php and test it.
  4. Install database if necessary
  5. 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.

Install or reinstall database onlineshop

docker exec -it mariadb /bin/bash -c "mariadb -uonlineshop -pgeheim </src/onlineshop.sql"

Connect to database via commandline.

docker exec -it mariadb /bin/bash -c "mariadb -uonlineshop -pgeheim"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published