How does XAMPP simplify the process of installing PHP compared to manual installation on IIS?

XAMPP simplifies the process of installing PHP compared to manual installation on IIS by bundling PHP with Apache, MySQL, and other necessary components in a single package. This eliminates the need to individually configure and set up each component, making it easier for users to get PHP up and running quickly.

<?php
// Your PHP code here
?>