diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2023-10-03 16:14:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 16:14:43 +0530 |
commit | eaa7da72da7b4920f28fa7a0ea8bf4f8feab249c (patch) | |
tree | 74ba0a08887578b4ec0a7b993f570d62eb2400ce /Lab04 | |
parent | af2c51b351f5ab8b224af67356e429ca259608bc (diff) | |
parent | f687abf63c2296fc97f7528b140c46cb4dad2630 (diff) |
Merge pull request #2 from ArnabKumarRoy02/patch-2
Update README.md
Diffstat (limited to 'Lab04')
-rw-r--r-- | Lab04/README.md | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Lab04/README.md b/Lab04/README.md index 5ed98bc..814b957 100644 --- a/Lab04/README.md +++ b/Lab04/README.md @@ -76,24 +76,28 @@ Before you can use this code, ensure you have the following software and depende 6. To create the database table, open a web browser and navigate to `http://localhost/create_table.php`. This PHP script will create the necessary table in the database. + <div align="center"> <img src="./media/screenshot_l4-3.png" alt="Successful table creation using php" style="max-height:250px;"> - <u><p style="text-align:center;">Step 6: Create database table using php</p></u> + <u><p>Step 6: Create database table using php</p></u> + </div> 7. Fill out the registration form and click "Submit" to insert the data into the database. - + <div align="center"> <img src="./media/screenshot_l4-5.png" alt="using portainer" style="max-height:350px;max-width:none;"> - <u><p style="text-align:center;">Step 7: Fill out the registration form properly and click on Submit button</p></u> + <u><p>Step 7: Fill out the registration form properly and click on Submit button</p></u> - <img src="./media/screenshot_l4-6.png" alt="using portainer" style="max-height:250px;"> - <u><p style="text-align:center;">PHP output confirming successful data insertion in the database</p></u> + <img src="./media/screenshot_l4-6.png" alt="using portainer" style="max-height:250px;"> + <u><p>PHP output confirming successful data insertion in the database</p></u> + </div> 8. To view the inserted data, you can use phpMyAdmin or connect to the MySQL database directly using your preferred MySQL client. - + <div align="center"> <img src="./media/screenshot_l4-4.png" alt="using portainer" style="max-height:350px;"> <u><p style="text-align:center;">Confirming table creation in phpMyAdmin</p></u> <img src="./media/screenshot_l4-7.png" alt="using portainer" style="max-height:250px;"> <u><p style="text-align:center;">Confirming data insertion in phpMyAdmin</p></u> + </div> 9. To stop and remove the Docker containers, run: |