alert('Error uploading the image.');"; } } $updateQuery = "UPDATE cars SET car_name = '$car_name', car_type = '$car_type', start_price = '$start_price', min_running = '$min_running', passengers = '$passengers', image_url = '$image_url', whatsapp_link = '$whatsapp_link' WHERE id = $id"; if (mysqli_query($conn, $updateQuery)) { $updateSuccess = true; } else { echo ""; } } ?>