For those of you who know, a lot of pages use an sql query for the name and password which basicly amounts to : where name = '$name' and pw = '$pw'..
Without stating exactly how its done, there is of course a way to make this statement true everytime, allowing yourself easy access past the query. So whats the way to fix/stop this?