File size: 387 Bytes
4b68a55
 
 
 
 
faafd79
4b68a55
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
      <body>
            <p>
            <?php
                  $txt = "my second PHP script!";

                  echo $txt;
            ?>
            </p>
            <img src="https://static.vecteezy.com/system/resources/previews/000/672/440/original/back-to-school-mother-and-daughter-kissing-vector.jpg" alt="Madre eh hija" width="500" />
   </body>
</html>