79443815

Date: 2025-02-16 19:45:33
Score: 0.5
Natty:
Report link

at first glance, it looks like you need to change

$query = "SELECT user_id, firstname FROM users WHERE email = $1";

to

$query = "SELECT user_id, firstname FROM users WHERE email = $2";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: slattman