perahh commited on
Commit
faafd79
1 Parent(s): 5dc8f10

creando variables.php

Browse files
Files changed (1) hide show
  1. app/variables.php +1 -1
app/variables.php CHANGED
@@ -3,7 +3,7 @@
3
  <body>
4
  <p>
5
  <?php
6
- $txt = "my second PHP script!"
7
 
8
  echo $txt;
9
  ?>
 
3
  <body>
4
  <p>
5
  <?php
6
+ $txt = "my second PHP script!";
7
 
8
  echo $txt;
9
  ?>