TOLQA adlı üyeden alıntı: mesajı görüntüle
$query = $this->db->get('tablo')->where('license_site', $this->input->post('site'))->get();
if($query && $query->license_site) {
print_r($query);
}
saolun hocam