$st = $db->prepare( "SELECT count(*) FROM members" ); $st->execute(); $row = $st->fetchrow_hashref; print $row->{'count(*)}