Hi,
You can use following code :
$this->EE =& get_instance();
$this->EE->db->select('variable_data');
$this->EE->db->from('global_variables');
$this->EE->db->where('variable_name', '[GLOBAL VARIABLE NAME]');
$this->EE->db->where('site_id', $this->EE->config->item('site_id'));
$value = $this->EE->db->get()->row('variable_data');Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.