Welcome Guest, Not a member yet? Register   Sign In
$this->db->get_where OR Same thing.
#1

[eluser]pisio[/eluser]
Hi all Smile
How i can run SQL :
Quote:SELECT * FROM `users` WHERE `name` = $name OR `mail` $mail

Code:
$smasiv =  array('name' => $p['name'],'mail' => $p['mail']);
$query = $this->db->get_where('user',$smasiv );


Messages In This Thread
$this->db->get_where OR Same thing. - by El Forum - 11-03-2009, 10:43 AM
$this->db->get_where OR Same thing. - by El Forum - 11-03-2009, 10:49 AM
$this->db->get_where OR Same thing. - by El Forum - 11-03-2009, 10:50 AM
$this->db->get_where OR Same thing. - by El Forum - 11-03-2009, 10:55 AM
$this->db->get_where OR Same thing. - by El Forum - 11-03-2009, 02:18 PM
$this->db->get_where OR Same thing. - by El Forum - 11-03-2009, 08:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB