tarea / app /variables.php
Meli20's picture
se agrego footer y header a variables.php
136d740
raw
history blame contribute delete
150 Bytes
<?php include_once('inc/footer.php');?>
<?php
$txt = "my secund PHP script!";
echo $txt;
?>
<?php include_once('inc/footer.php');?>