Include File Samples

<?php
echo ("This is my first php program.<br>");
echo ("I have just created this page");
?>



<< Back