read(1); $rows = $db->rows(); // Format output. echo '
';
  echo "Rows: $rows\n";
  print_r($result);
  echo '
'; } ?>