Simple foreach loop

I have this code:\[code\]$summize = new summize;$search = $summize->search('#test');$text = $search->results[0]->text;\[/code\]\[code\]$text\[/code\] stores the result, but only the first result of the array.How ca a write a loop to go through all the values and output through say echo...
 
Back
Top