Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
perahh
/
lazy19
like
0
Runtime error
App
Files
Files
Community
33de565
lazy19
/
app
/
variables.php
perahh
modificacion en constantes.php
eeaf9cf
about 1 month ago
raw
Copy download link
history
blame
Safe
196 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
$txt
=
"my second PHP script!"
;
echo
$txt
;
?>
<?php
include_once
(
'inc/footer.php'
);
?>