Welcome Guest, Not a member yet? Register   Sign In
combine like and get_where search statements
#14

[eluser]Randy Casburn[/eluser]
OK... :red:

My query analyzer strips um...you are correct my friend, I've made a mistake. (damn it! But I know you'll go rejoice with your merry band of positive well wishers)

@Philipp - Sorry for misleading you with an inaccurate query. My friend Developer13 has discovered an error that I've made. Please change the query to:

Code:
$sql = "SELECT * FROM news
         WHERE title LIKE '%{$this->db->escape($query)}%'
         AND body LIKE '%{$this->db->escape($query)}%'
         AND published = 1"


@Develper13 - thanks for the help.

Randy


Messages In This Thread
combine like and get_where search statements - by El Forum - 11-02-2008, 09:22 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 09:53 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 09:55 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:15 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:21 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:24 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:27 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:32 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:44 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:24 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:31 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:45 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:49 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:59 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 12:01 PM
combine like and get_where search statements - by El Forum - 11-02-2008, 12:24 PM
combine like and get_where search statements - by El Forum - 11-11-2008, 07:10 AM
combine like and get_where search statements - by El Forum - 11-11-2008, 07:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB