You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an educational example to demonstrate [SQL injection](https://www.w3schools.com/sql/sql_injection.asp#:~:text=SQL%20injection%20is%20a%20code,statements%2C%20via%20web%20page%20input.) vulnerabilities in a web application.
6
+
The application is built using PHP for the backend and MySQL as the database, Docker is used to set up the development environment.
7
+
8
+
## Prerequisites
9
+
10
+
Ensure you have Docker and Docker Compose installed:
0 commit comments