PAD - PHP Application Driver


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


Php and html/z06

PHP
php_and_html/z06.php
HTML
php_and_html/z06.pad
Result
<?php

$hi
= [
[
'hi' => 1 ],
[
'hi' => 2 ],
[
'hi' => 3 ]
];

?>
{hi}
<h3>Hello World {$hi}</h3>
{/hi}

Hello World 1

Hello World 2

Hello World 3




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

(c) 2003-2025 Herbert Groot Jebbink