File size: 145 Bytes
136d740
992a81c
 
66f85e9
992a81c
66f85e9
60413f3
1
2
3
4
5
6
7
8
<?php include_once('inc/footer.php');?>
<?php
    $txt = "my secund PHP script!";

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