File size: 196 Bytes
eeaf9cf
4b68a55
faafd79
4b68a55
 
 
eeaf9cf
1
2
3
4
5
6
7
<?php include_once ('inc/header.php');?>
            <?php
                  $txt = "my second PHP script!";

                  echo $txt;
            ?>
 <?php include_once ('inc/footer.php');?>