من که عرض کردم شبیه ولی مطمئن نبودم که php باشه.
$num = db::num('count(*) as `ads`', "`page`='$page' AND `type` ='fixedbanner' and `location`='$location'");
or
$num = db::num('count(*) as ads', "`page`='$page' AND `type` ='fixedbanner' and `location`='$location'");
برای خط آخر هم...
$hide = db::num('hide as `onlines`',"session('id')='$id'");
or
$hide = db::num('hide as onlines',"session('id')='$id'");
امتحان کن !