PAD - PHP Application Driver


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


Db/field

PHP
db/field.php
HTML
db/field.pad
Result
<?php

$field_1
= db ("field phone from staff where name = 'jim'");

$field_2 = db ("field phone from staff where name = 'john'");

?>
<h3>field, found</h3>

<p>Jim's phone number is {$field_1}</p>

<h3>field, not found</h3>

<p>John's phone number is {$field_2}</p>

field, found

Jim's phone number is 555-4364

field, not found

John's phone number is




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

(c) 2003-2025 Herbert Groot Jebbink