Welcome Guest, Not a member yet? Register   Sign In
Query Binding Not Replacing '?'
#2

[eluser]davidbehler[/eluser]
You are echoing the $sql variable which only holds your original query with the question marks.
Try this
Code:
echo $this->db->last_query();

Now you should get the query with replaces question marks.


Messages In This Thread
Query Binding Not Replacing '?' - by El Forum - 08-21-2009, 01:53 AM
Query Binding Not Replacing '?' - by El Forum - 08-21-2009, 01:56 AM
Query Binding Not Replacing '?' - by El Forum - 08-21-2009, 01:59 AM
Query Binding Not Replacing '?' - by El Forum - 08-21-2009, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB