Welcome Guest, Not a member yet? Register   Sign In
Why is it only returning 1
#2

[eluser]JHackamack[/eluser]
Try this:
Code:
$data['games'] = array();
        if ($queryG->num_rows() > 0)
        {
            foreach ($queryG->result_array() as $row)
            {
                $data['games'][] = $row['name'];
            }
        }


Messages In This Thread
Why is it only returning 1 - by El Forum - 04-18-2011, 03:34 PM
Why is it only returning 1 - by El Forum - 04-18-2011, 03:48 PM
Why is it only returning 1 - by El Forum - 04-18-2011, 03:50 PM
Why is it only returning 1 - by El Forum - 04-18-2011, 03:51 PM
Why is it only returning 1 - by El Forum - 04-18-2011, 03:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB