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 Both sides next revision
lab [2019/03/14 12:31]
fplmarques [Current Projects]
lab [2019/03/14 12:34]
fplmarques [Current Projects]
Line 38: Line 38:
  
 <?php <?php
-print "<​h2>​PHP is Fun!</​h2>";​ +echo strlen("Hello world!"​);
-print "Hello world!<​br>";​ +
-print "​I'​m about to learn PHP!";+
 ?> ?>
 + 
 </​body>​ </​body>​
 </​html>​ </​html>​
 \\ \\