You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query = "UPDATE posts SET make = '".$_POST['make']."', model = '".$_POST['model']."', year = ".$_POST['year'].", price = ".$_POST['price'].", mileage = ".$_POST['miles'].", city = '".$_POST['city']."', state = '".$_POST['state']."', VIN = '".$_POST['vin']."' WHERE post_id = ".$_POST['post_id'];