PHP PDO Help STEAM

assuming from the method name that you’re using mysqli, the call to bind_param() is completely wrong.

assuming from the placeholders that you’re using PDO, you have the wrong method name.

additionally, you’re missing the string delimiters for the PHP strings and the DB error handling.

in the end, no matter which DB extension you’re using, your code should exit with a fatal error.