Page 1 of 1

Array to string

Posted: Fri Feb 10, 2006 8:21 am
by shiznatix
I need to take a array and turn it into a string that I can use somthing like base64_encode() on so I can pass it with GET. Really I am at a loss as to how to do it so I can extract the information easily and turn it back into the array.

Any ideas?

Posted: Fri Feb 10, 2006 8:26 am
by feyd

Posted: Fri Feb 10, 2006 8:47 am
by shiznatix
wow thanks worked like a charm. never knew that function existed