Welcome Guest, Not a member yet? Register   Sign In
How to separate an array
#20

[eluser]JayArias[/eluser]
I'm still stuck on parsing this output.

Code:
$this->db->select('tags');
        $this->db->where('aprooved', 'yes');
        $this->db->limit(50);
            $query = $this->db->get('catalog');
            $row = $query->result_array();
            
        print_r($row);

output

Code:
Array ( [0] => Array ( [tags] => business, masters, music, sound, grey ) [1] => Array ( [tags] => green, toro, bull, mens ) [2] => Array ( [tags] => ) [3] => Array ( [tags] => ) [4] => Array ( [tags] => ) [5] => Array ( [tags] => ) [6] => Array ( [tags] => ) [7] => Array ( [tags] => ) [8] => Array ( [tags] => exclimation, person, awesomeness, girl, white, black ) [9] => Array ( [tags] => fishie, grey, blue, tank, tank-top ) [10] => Array ( [tags] => flamingo, love, red, tank-top, tanktop, white, drip ) )


Messages In This Thread
How to separate an array - by El Forum - 10-07-2010, 12:00 PM
How to separate an array - by El Forum - 10-07-2010, 12:41 PM
How to separate an array - by El Forum - 10-07-2010, 12:50 PM
How to separate an array - by El Forum - 10-07-2010, 12:51 PM
How to separate an array - by El Forum - 10-07-2010, 01:38 PM
How to separate an array - by El Forum - 10-07-2010, 01:55 PM
How to separate an array - by El Forum - 10-07-2010, 02:00 PM
How to separate an array - by El Forum - 10-07-2010, 02:03 PM
How to separate an array - by El Forum - 10-07-2010, 02:19 PM
How to separate an array - by El Forum - 10-07-2010, 02:30 PM
How to separate an array - by El Forum - 10-07-2010, 02:36 PM
How to separate an array - by El Forum - 10-07-2010, 02:46 PM
How to separate an array - by El Forum - 10-07-2010, 03:12 PM
How to separate an array - by El Forum - 10-07-2010, 05:51 PM
How to separate an array - by El Forum - 10-07-2010, 11:48 PM
How to separate an array - by El Forum - 10-08-2010, 09:55 AM
How to separate an array - by El Forum - 10-08-2010, 11:26 AM
How to separate an array - by El Forum - 10-08-2010, 10:54 PM
How to separate an array - by El Forum - 10-09-2010, 12:06 AM
How to separate an array - by El Forum - 10-18-2010, 09:22 AM
How to separate an array - by El Forum - 10-18-2010, 10:20 AM
How to separate an array - by El Forum - 10-19-2010, 11:08 AM
How to separate an array - by El Forum - 10-20-2010, 09:58 PM
How to separate an array - by El Forum - 10-20-2010, 10:54 PM
How to separate an array - by El Forum - 10-21-2010, 11:40 AM
How to separate an array - by El Forum - 10-21-2010, 11:48 AM
How to separate an array - by El Forum - 10-21-2010, 12:04 PM
How to separate an array - by El Forum - 10-21-2010, 12:49 PM
How to separate an array - by El Forum - 10-21-2010, 12:53 PM
How to separate an array - by El Forum - 10-21-2010, 02:07 PM
How to separate an array - by El Forum - 10-21-2010, 02:23 PM
How to separate an array - by El Forum - 10-21-2010, 03:07 PM
How to separate an array - by El Forum - 10-21-2010, 04:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB