Create A Secure Login System With Anti SQL Injection Using PHP

"Om Swastiastu"

Login system is an absolute thing that a system must have if the owner wants the system data confidentiality is assured. But of course even when there are login form on a system, there is still a black hacker tried to hack the system that has been created by someone. One way to hack a system is of course using a SQL Injection technique. SQL Injection is a technique of exploiting web applications that use a database for data storage. SQL Injection occurs when a user entered data that is not filtered for escape characters and then passed into a SQL statement. This raises the potential of data manipulation from the statements made ​​on the database by the hacker.
Continue Reading »