Re: [PHP] advice on how to build this array from an array.

2011-06-07 Thread Jim Lucas
On 6/7/2011 2:44 PM, Adam Preece wrote: > hi, > > thanks for your reply. > > i have figured out, well kind of, and got the data i need but the problem is > its nested within to many arrays! > > Array ( > [threads & form types] => > Array ( [0] => Array ( [name] => imperial

Re: [PHP] advice on how to build this array from an array.

2011-06-07 Thread Adam Preece
hi, thanks for your reply. i have figured out, well kind of, and got the data i need but the problem is its nested within to many arrays! Array ( [threads & form types] => Array ( [0] => Array ( [name] => imperial thread form [id] => 28 [page_cat_id] => 9 [main_nav] =

RE: [PHP] advice on how to build this array from an array.

2011-06-07 Thread Jasper Mulder
> From: a...@blueyonder.co.uk > Date: Tue, 7 Jun 2011 21:50:27 +0100 > To: php-general@lists.php.net > Subject: [PHP] advice on how to build this array from an array. > > hi all, > > please forgive me if i do not make sense, ill try my best to explain. > >