My PHP PDO wont run the update query to database PHPMYADMIN
I have a manage-user.php page that list out all users. When admin select to edit a certain user, the admin is directed to edit-user.php where admin can update all user data in the form. I can direct the page to…