examen / app /constantes.php
PerlaHM's picture
se agrego constantes, variables y index
ad75790
raw
history blame
No virus
309 Bytes
<?php include_once('inc/header.php');?>
<?php
define("MESSAGE" "INSTITUTO");
define("MESSAGE" "TECNOLOGICO");
define("MESSAGE" "SUPERIOR");
define("MESSAGE" "DE");
define("MESSAGE" "ZONGOLICA");
echo MESSAGE;
?>
<?php include_once('inc/footer.php');?>