PAD - PHP Application Driver


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


Lvl occ/2

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

$row
= [1,2,3];
$column = [1,2,3,4,5];

?>
<table border='1'>
{row}
<tr>
{column}
<td>{$row | * 10 | + $column}</td>
{/column}
</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