e.g. if you have the code:
$collection->findOne( array( 'username' => $_POST['username'], 'password' => $_POST['password'] ) );
e.g. if you have the code:
someone could POST something like username[$ne]='?'&password[$ne]='?' and login.