Re: [PHP] Re: Creating a Sequence from Array

2004-10-08 Thread Nick Wilson
* and then Tim Van Wassenhove declared > > I do have some code to show you but im afraid ive been going at it all > > the wrong way so im not sure it's of any use. > > Do you have a clue what your code is doing? Or did you just come up with > it? What is the use of writing code that you don'

[PHP] Re: Creating a Sequence from Array

2004-10-08 Thread Tim Van Wassenhove
In article <[EMAIL PROTECTED]>, Nick Wilson wrote: > array ( > 1 => array(123, 345, 454), > 2 => array(8854, 393, 4947, 77, 3343), > 3 => array(393, 33) > ); > > I need to create an array sequence from that that would look like this: > array ( > '1:123', >