prepare(" UPDATE institutions SET password = ? WHERE username = 'inst_test' "); $stmt->execute([$hash]); echo "Password reset successful. New password: " . $newPassword;