Welcome Guest, Not a member yet? Register   Sign In
Please help me with this issue
#7

[eluser]LifeSteala[/eluser]
Can you trying taking out LIMIT 1 from your query?

In your model, check_field(), after the $query = $this->db->query($sql) add these lines of code:

Code:
$result = $query->result();
print_r($result);

Please post us what you get on screen from print_r.

Thanks


Messages In This Thread
Please help me with this issue - by El Forum - 05-24-2010, 04:04 AM
Please help me with this issue - by El Forum - 05-24-2010, 04:11 AM
Please help me with this issue - by El Forum - 05-24-2010, 04:27 AM
Please help me with this issue - by El Forum - 05-24-2010, 04:34 AM
Please help me with this issue - by El Forum - 05-24-2010, 04:53 AM
Please help me with this issue - by El Forum - 05-24-2010, 05:36 AM
Please help me with this issue - by El Forum - 05-24-2010, 02:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB