PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


Lvl occ/3

PHP
lvl_occ/3.php
HTML
lvl_occ/3.pad
Result
<?php

$short
= [ [ 11,12,13,14,15 ],
[
21,22,23,24,25 ],
[
31,32,33,34,35 ] ];

?>
<table border='1'> 
{short}
<tr>
{short}
<td>{$short}</td>
{/short}
</tr>
{/short}
</table>
11 12 13 14 15
21 22 23 24 25
31 32 33 34 35



home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink