File size: 150 Bytes
136d740
5b2225a
29e86ab
5b2225a
 
 
136d740
5b2225a
1
2
3
4
5
6
7
8
9
<?php include_once('inc/footer.php');?>
    <?php
    $txt = "my secund PHP script!";

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