examen / app /variables.php
PerlaHM's picture
se agrego constantes, variables y index
ad75790
raw
history blame
No virus
173 Bytes
<?php include_once('inc/header.php');?>
<?php
define("MESSAGE","Jump high superstar!✨");
echo MESSAGE;
?>
<?php include_once('inc/footer.php');?>