Welcome Guest, Not a member yet? Register   Sign In
AR where_in single quot problem
#1

[eluser]Krystian[/eluser]
Hi,

in html option I`ve got such a value
Code:
<option value="12, 45, 546, 45">some tekst</option>

Further, I POST this value and put it into query

Code:
$this->db->where_in('column_in_table', POST, FALSE);
the problem is that the generated query is bla bla bla WHERE columnt_in_table IN ('12, 45, 546, 45')
I need this without apostrophe

regards


Messages In This Thread
AR where_in single quot problem - by El Forum - 10-09-2013, 07:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB