Welcome Guest, Not a member yet? Register   Sign In
about upgrading CI version
#4

[eluser]pistolPete[/eluser]
It seems to be a problem with protecting identifiers.

You could either disable that behaviour:
Code:
$this->db->where("data_code='$datacode'", NULL, FALSE);

Or you could try this:

Code:
$this->db->where('data_code', $datacode);


Messages In This Thread
about upgrading CI version - by El Forum - 10-21-2009, 05:05 AM
about upgrading CI version - by El Forum - 10-21-2009, 05:27 AM
about upgrading CI version - by El Forum - 10-21-2009, 05:36 AM
about upgrading CI version - by El Forum - 10-21-2009, 06:00 AM
about upgrading CI version - by El Forum - 10-21-2009, 09:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB