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