Hi all, I'm not that great at php, so please bare with me. Any help will make me very happy I need to limit the ammount of times this loop is repeated: foreach ($something->items as $item) {} Code (markup): I would imagine that Iwill have to change foreach into while or do, but how do I keep the $something->items as $item-part and limit the number of times the code is executed? Hope this makes sence and thank you for any help you give me.