I need to combine two \[code\]foreach\[/code\] statement into one for example \[code\]foreach ($categories_stack as $category)foreach ($page_name as $value)\[/code\]I need to add these into the same \[code\]foreach\[/code\] statement Is this possible if so how?thanks