Source for file example_html.php
Documentation is available at example_html.php
while ($aRow=fetchRow ($x)) { ?>
foreach($aRow as $sId=> $sName) {?>
<td><b> <?php echo $sId ?></b>: <?php echo $sName ?></b></td>
if (isset ($_POST["text"])) {
<form method="post" action="<? echo $_SERVER["PHP_SELF"]; ?>">
<input type="text" name="text" />
Documentation generated on Mon, 11 Mar 2019 14:13:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|