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