<?php
echo "PHP is working! PHP Version: " . phpversion();
// Also display all PHP configuration info
phpinfo();
?>