The tools required to run this project are XAMPP, an IDE (e.g., VS Code), and a web browser.
After downloading this repository as a zip file, you can extract the zip file into the htdocs folder (usually located in C:\xampp\htdocs).
- Activate Apache and MySQL in XAMPP.
- Open phpMyAdmin in your browser.
- Create a database named "guest_book" in phpMyAdmin.
- Import the guest_book_db.sql file into the "guest_book" database.
- That's it! You can now open "localhost/01-php-login" in your browser. 😊
The technologies used to build this project:
- HTML
- PHP
- XAMPP (Apache & MySQL)