This is php form which uses docker image of php-apache environment, MySQL database and PhPMyAdmin
- Install docker desktop and start it.
- Open this folder in your editor.
- Run "docker-compose up" in your terminal.
- The php form is available on "localhost:8000" and phpMyadmin is available on "localhost:8080".
- In phpMyadmin login using (user = root, password = MYSQL_ROOT_PASSWORD).
- Select the MY_SQL_DATABASE and create a table name "form_details".
- Table form_details must have 8 columns.