Welcome Guest, Not a member yet? Register   Sign In
Invisible mysql row
#2

[eluser]xwero[/eluser]
I hunted the problem down to a variable that is like the following code

Code:
$query = $this->db->query('select nr from table'):
$row = $query->row_array();
$count = $row['nr']+1;

The insert query breaks on the count variable. I tried to cast it but with no luck.


Messages In This Thread
Invisible mysql row - by El Forum - 06-27-2007, 08:07 AM
Invisible mysql row - by El Forum - 06-27-2007, 09:11 AM
Invisible mysql row - by El Forum - 06-28-2007, 02:53 AM
Invisible mysql row - by El Forum - 06-28-2007, 05:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB