File size: 196 Bytes
2ce5830
 
 
 
 
 
 
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');?>