I am trying to implement an update statement using a prepared statement in a PHP script, but it appears that it is not updating the record in the database and I am not sure why
Instead of guessing, basic error handling must be implemented:
$arr = $stmt->errorInfo(); print_r($arr);