prepare("UPDATE drivers SET status = 'pending_review' WHERE driverID = 'TEST202606252141546122'"); $stmt->execute(); echo "Driver status updated to pending_review successfully!"; } catch (Exception $e) { echo "Error: " . $e->getMessage(); }