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 
  3. while ($aRow=fetchRow($x)) ?>
  4. <tr>
  5. <?php 
  6. foreach($aRow as $sId=>$sName{?>
  7. <td><b><?php echo $sId ?></b>:<?php echo $sName ?></b></td>
  8. <?php ?>
  9. </tr>
  10. <?php
  11. }
  12. ?>
  13. </table>
  14. <?php
  15. if (isset($_POST["text"])) {
  16.     echo "FOTZEEE";
  17. else {
  18.     ?>
  19.     <form method="post" action="<? echo $_SERVER["PHP_SELF"]; ?>">
  20.     <input type="text" name="text" />
  21.     <input type="submit" />
  22.     </form>
  23.     <?
  24. }
  25. ?>

Documentation generated on Mon, 11 Mar 2019 14:13:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.