PAD - PHP Application Driver


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


TableFun/fun 9

PHP
tableFun/fun_9.php
HTML
tableFun/fun_9.pad
Result
<?php

$row
= [10,20,30];

?>
<table border='1'>
{row}
<tr>
{set $col = 1}
{while $col LE 5}
{cell $row + $col}
{increment $col}
{/while}
</tr>
{/row}
</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