17.02.2013, 18:45
Can anyone explain me what is MYSQL injection? How it happens? Where it is done? In what ways it is done? What are the ways to prevent it? I need the help because i dont whats an SQL inject
select id from players where name = '%s' and password = '%s'
abc'; drop table players; --
select id from players where name = 'aplayer' and password = 'abc'; drop table players; --'