|
home | manual | reference | regression | sequence | develop | apps |
Hello/index
PHP
hello/index.phpHTML
hello/index.padResult <?php
$color = $color ?? 'black';
$hi = 'Hello World !';
return TRUE;
?><h3>
<font color="{$color}">
{$hi}
</font>
</h3>Hello World !
|
home | manual | reference | regression | sequence | develop | apps |
(c) 2003-2025 Herbert Groot Jebbink