Selasa, 24 April 2012

login on codeigniter

Hi how can i use session in codeigniter here's my code function loginUser(){ $this->load->library('form_validation'); $this->form_validation->set_rules('username','Username','required','callback_checkUserAndPass'); $this->form_validation->set_rules('password','Password','required','callback_checkUserAndPass'); if($this->form_validation->run()== FALSE){

0 comments:

Posting Komentar