PDA

View Full Version : Joining a multi-dimensional array into a string (PHP)


NateVeronica
04-01-2004, 06:24 AM
Hi there,

I have a few MD (multidemsional) arrays I wish to join as a string so flash can read. Could someone please help.

At this late stage, I have each row of the array being output as

&item=one&item2=two etc..

My problem is how do you define the difference between each row of the array .. ie. array[1], array[2] etc. once all are joined.