if (! $sth->fetchrow_array()) { #no rows returned } else { # rows returned } #### if ( $sth->rows() == 0 ) { #no rows returned }