Welcome Guest, Not a member yet? Register   Sign In
Cannot make num_rows work
#2

[eluser]Beginers[/eluser]


num_rows will just get the number of rows affected not the value it contains

use

Code:
$query_array->result_array();
instead of
Code:
$query_array->num_rows()

to get the desired output you want.


Messages In This Thread
Cannot make num_rows work - by El Forum - 10-16-2012, 08:09 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 08:23 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 08:41 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 10:16 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 10:52 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 11:54 PM
Cannot make num_rows work - by El Forum - 10-17-2012, 12:56 AM
Cannot make num_rows work - by El Forum - 10-17-2012, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB