Skip to main content
๐Ÿ› Bug HuntPH PHP Hardโšก+35 XP

Missing Exception Handling

Database errors crash the application.

๐Ÿ› Find the bug
1$pdo = new PDO($dsn, $user, $pass);
2$stmt = $pdo->query($sql);
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: