Welcome Guest, Not a member yet? Register   Sign In
array index problem
#2

[eluser]Henry Weismann[/eluser]
Wow that is wierd! Try commenting out:
$on_id = $row['on_id'];

Do you still get the error.

Try
$this->db->select('on_id as test');
Then
$on_id = $row['test'];
print 'on_id : '.$on_id; // print to verify


Messages In This Thread
array index problem - by El Forum - 12-17-2008, 12:23 PM
array index problem - by El Forum - 12-22-2008, 12:23 AM
array index problem - by El Forum - 12-22-2008, 04:19 PM
array index problem - by El Forum - 01-18-2009, 08:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB