eeaf9cf 1add58d 52d3b45 1add58d eeaf9cf
1
2
3
4
5
6
7
8
9
10
<?php include_once ('inc/header.php');?> <?php define("MESSAGE","Happy learning"); echo MESSAGE; ?> <?php include_once ('inc/footer.php');?>