I has teh Dumb...

emp

New member
Jun 29, 2006
7,465
211
0
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::
 


Alright, got it.
Just too stupid today.

Need more coffee (Yes, coffee is always the answer)

::emp::