session->flashdata('success')) { echo '
'.$this->session->flashdata('success').'
'; }else if ($this->session->flashdata('error')) { echo '
'.$this->session->flashdata('error').'
'; } ?>