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){
Selasa, 24 April 2012
Langganan:
Posting Komentar (Atom)
0 comments:
Posting Komentar