This site is mobile accessible. Press the "Tap Here" button to use a different font-size.


Smartphone icons created by Freepik - Flaticon

Welcome to my home page!

PHP include Example

I have a .

<?php include 'noFileExists.php';
echo "<p>I have a $color $car.</p>";
?>

When the included file is not found or is unable to open, the file is skipped and the rest of the script is executed and the rest of the page is displayed.