Welcome Guest, Not a member yet? Register   Sign In
search from database using text field and search button
#2

[eluser]Nisha S.[/eluser]
Do you want to search on all the fields? Then you need to add all the fields with or where clause. Use % at the end since you need to display the results starting with an.

Code:
$searchString = 'an';//get it as parameter
$this->db->like('fieldName',$searchString  . '%');


Messages In This Thread
search from database using text field and search button - by El Forum - 07-13-2012, 01:27 AM
search from database using text field and search button - by El Forum - 07-13-2012, 04:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB