if($shots->rowCount()>1000){ echo round(($shots->rowCount()/1000),1).'k'; } else { echo $shots->rowCount(); }