Advertisement
Guest User

Untitled

a guest
Jul 29th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. while($stmt->fetch()){
  2.             if($mysqli->errno){
  3.                 throw new Exception('Failed to fetch results', 1)
  4.             }
  5.             else {
  6.                 $data[]=$rslt;
  7.             }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement