Spaces:
Build error
Build error
Commit
·
e1d1589
1
Parent(s):
dae5829
Creado variables.php
Browse files- app/variables.php +8 -0
app/variables.php
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<body>
|
3 |
+
<?php
|
4 |
+
$txt = "My second PHP script!";
|
5 |
+
echo $txt;
|
6 |
+
?>
|
7 |
+
</body>
|
8 |
+
</html>
|