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
playground:playground [2009/01/22 14:07]
gsmith28
playground:playground [2019/12/18 22:17] (current)
Line 1: Line 1:
-~~NOCACHE~~ 
 ====== PlayGround ====== ====== PlayGround ======
-A PHP generated table: 
-<​html>​ 
-<?php 
-$columns=5; 
-echo ("​testing:"​) 
-echo "<​table>";​ 
  
-for($i = 0; $x < $columns; $x++){ 
-    echo "<​td>​Item ".x. "</​td>"​ ;  
-   } 
-echo "</​table>";​ 
-?> 
-</​html>​ 

Personal Tools