Forum Moderators: coopster
What I need to do is to explode my array into sub arrays based on the various sub tags such as title and link.
How can I go about doing this?
thanks
Somethign like <?php foreach($items as $item){ $subarray[] = explode(SEPERATOR, $item); } ?>