Search found 1 match
- Thu Dec 10, 2015 12:28 am
- Forum: PHP - Code
- Topic: Prevent from SQL Injection
- Replies: 5
- Views: 7269
Prevent from SQL Injection
Hai, i'm new to php . I have tried a simple login form, in that form everything is okay, but it's vulnerable to simple SQL Injection attack - 1'or'1'='1 . To prevent from this i have added a simple code in the login form. Its working fine but shows a error. How to clear that please help me. Below is...