query($q); if ($set->next()) { $count=$set->getString('citizens'); }else{ $count="error?!?"; } $need=1+floor(log($count,"1.42")); $smarty->assign('get_citizen_count',$count); $smarty->assign('get_citizen_count_need',$need); } ?>