PHP_Beautifier
[ class tree: PHP_Beautifier ] [ index: PHP_Beautifier ] [ all elements ]

Source for file example_html.php

Documentation is available at example_html.php

  1. <table a = "b">
  2. <?php while ($aRow=fetchRow($x)) ?> <tr> <? foreach($aRow                    as $sId=>$sName) {?> <td><b><?php echo $sId ?></b>:<?php echo $sName ?></b></td>
  3. <?php ?></tr><?php ?></table>
  4. <?php if (isset($_POST["text"])) echo "FOTZEEE"else ?>
  5. <form method="post" action="<? echo $_SERVER["PHP_SELF"]; ?>">
  6. <input type="text" name="text" />
  7. <input type="submit" />
  8. </form>
  9. <? } ?>

Documentation generated on Mon, 11 Mar 2019 15:37:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.