Welcome Guest, Not a member yet? Register   Sign In
extending a simple search
#4

[eluser]SPeed_FANat1c[/eluser]
oh, my example is not that good because it uses the same $searchdata for forst name and last name. You want to enter all search data in one field?

The more simple way would be to create several input fields - one for first name, another for last name, etc. And then do like this:

Code:
$this->db->like('firstname', $input_firstname);
$this->db->like('lastname', $input_lasstname);
$query = $this->db->get('clients');


Messages In This Thread
extending a simple search - by El Forum - 12-05-2010, 04:12 PM
extending a simple search - by El Forum - 12-06-2010, 02:11 AM
extending a simple search - by El Forum - 12-06-2010, 02:35 AM
extending a simple search - by El Forum - 12-06-2010, 03:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB