You are on page 1of 18

Create Login Page

Learning Objectives:
• Create login page.
• Avoid SQL injection.
Create first the
table
Incorrect username or password
Problem on Cases (letters)
How to?
SQL Injection
• SQL injection is a code injection technique that might destroy your
database.
• SQL injection is one of the most common web hacking techniques.
• SQL injection is the placement of malicious code in SQL statements,
via web page input.
To apply SQL Injection

You might also like