emp New member Jun 29, 2006 7,465 211 0 May 18, 2011 #1 So I have an associative array, which gives me something like this after Code: echo '<pre>'.print_r($myArray,true).'</pre>'; result: Code: [10] => Array ( [word] => are [count] => 4 ) But I am too stupid today. How do I get to output each value? ::emp::
So I have an associative array, which gives me something like this after Code: echo '<pre>'.print_r($myArray,true).'</pre>'; result: Code: [10] => Array ( [word] => are [count] => 4 ) But I am too stupid today. How do I get to output each value? ::emp::
emp New member Jun 29, 2006 7,465 211 0 May 18, 2011 #2 Alright, got it. Just too stupid today. Need more coffee (Yes, coffee is always the answer) ::emp::