prepare("INSERT INTO cars (user_id, make, model, year, mileage, price, color, province, city, description, image_url, status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 'pending')"); $stmt->execute([ $_SESSION['user_id'], $make, $model, $year, $mileage, $price, $color, $province, $city, $description, $image_url ]); $success = "Your car has been submitted for approval!"; } catch (PDOException $e) { $error = "Database Error: " . $e->getMessage(); } } } } $pageTitle = "Sell Your Car"; include 'partials/header.php'; ?>

Sell Your Car

Fill in the details below to list your car for sale. Our team will review your listing shortly.

Or provide an image URL below if you prefer: