ladogton2010 commited on
Commit
065ea4a
·
1 Parent(s): e1d1589

Creado cadenas.php

Browse files
Files changed (1) hide show
  1. 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>