Ages ago someone posted a message warning about a hack on password which can be used to break into sites which need a login.
It worked on the basis that after attempting to login they would be validated by
$sqlstring = "select count(*) from users where name = '$name' and password = '$pass'";
The hack was to put something like "' and ''='" into the password and the way to foil them was to ...?
Can anyone remember this. Did anyone implement the fix successfully? I figured that because we had the archives I'd be able to find it again but sadly, no.