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

Creado variables.php

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