Differences

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

Link to this comparison view

Both sides previous revision Previous revision
err2r3424 [2019/04/18 18:23]
dmihai
err2r3424 [2019/04/18 18:23] (current)
dmihai
Line 10: Line 10:
  
 ''​%%->​%%''​ ''​%%->​%%''​
- 
-<​Code:​php linenums:1 |Example #1 Our first PHP script: //​hello.php//>​ 
-<​html>​ 
-  <​head>​ 
-  <​title>​PHP Test</​title>​ 
- </​head>​ 
- <​body>​ 
- <?​php echo '<​p>​Hello World</​p>';​ ?>  
- </​body>​ 
-</​html>​ 
-</​Code>​