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