fork download
  1. <?php
  2.  
  3. While($STH->fetch()){
  4. $row=$STH->fetch();
  5. print_r($row);
  6. }
Runtime error #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: STH in /home/9eHdGK/prog.php on line 3
PHP Fatal error:  Call to a member function fetch() on a non-object in /home/9eHdGK/prog.php on line 3