RE: [PHP] Flatten/Unflatten arrays

2004-04-19 Thread Chris W. Parker
OrangeHairedBoy mailto:[EMAIL PROTECTED] on Monday, April 19, 2004 4:23 PM said: In Perl there is a way to flatten an array into a string, and a matching function to unflatten the array. i think you're looking for serialize() and unserialize(). http://php.net/serialize

Re: [PHP] Flatten/Unflatten arrays

2004-04-19 Thread OrangeHairedBoy
Ah! THANK YOU THANK YOU THANK YOU! I was going insane when I couldn't remember the names of the Perl functions either! :) Lewis Chris W. Parker [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] OrangeHairedBoy mailto:[EMAIL PROTECTED] on Monday, April 19, 2004 4:23 PM said: In