![]() |
where problem (OR instead of AND) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: where problem (OR instead of AND) (/thread-45541.html) |
where problem (OR instead of AND) - El Forum - 09-26-2011 [eluser]Unknown[/eluser] In CodeIngiter User guide ,they said the following code: Code: $this->db->where('name', $name); Code: public function True_login($username = '',$password = '') |