Hey dev fam, stuck on a problem here. I've got a PHP script that's supposed to fetch all rows from a MySQL database where a specific field matches a user-input value, but I'm getting a syntax error that's driving me nuts. Can anyone spot the issue with this query: `$stmt = $mysqli->prepare("SELECT * FROM my_table WHERE my_field = ?");`