lazy19 / app /variables.php
perahh's picture
modificacion en constantes.php
eeaf9cf
raw
history blame
No virus
196 Bytes
<?php include_once ('inc/header.php');?>
<?php
$txt = "my second PHP script!";
echo $txt;
?>
<?php include_once ('inc/footer.php');?>