Hi, +1 by reading if you change this: foreach ($itemArray as $pp) { $pParts = explode('|', $pp); to something readable like foreach ($itemArray as $item) { $itemParts = explode('|', $item); vg Steffen