Help for this page

Select Code to Download


  1. or download this
    if (! $sth->fetchrow_array()) {
     #no rows returned
    } else {
     # rows returned
    }
    
  2. or download this
    if ( $sth->rows() == 0 ) {
     #no rows returned
    }