prepare('SELECT * FROM user WHERE id=? AND password=?'); $s->execute(array($_POST['id'], $_POST['password'])); $ok = $s->fetch() !== false; } ?> Simple Auth 2

Simple Auth 2

Congraturation!
The flag is
Incorrect ID or password