Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
lab [2019/03/14 12:29]
fplmarques [Current Projects]
lab [2019/03/14 12:34]
fplmarques [Current Projects]
Line 35: Line 35:
 \\ \\
 <​html>​ <​html>​
-    <​head>​ +<​body>​
-        <​title>​Example</​title>​ +
-    </​head>​ +
-    ​<​body>​+
  
-        ​<?php +<?php 
-            echo "Hi, I'm a PHP script!"; +echo strlen("Hello world!")
-        ?> +?> 
- +  
-    </​body>​+</​body>​
 </​html>​ </​html>​
 \\ \\