Reply to Re: How to move arrays from html webpage to webpage?
Posted by Sanders Kaufman on 01/15/07 21:36
Toby Inkster wrote:
> Sanders Kaufman wrote:
>
>> You could use the "explode" and "compress" array functions in PHP.
>
> serialize() and unserialize() would probably be better choices.
I thought those were the same thing.
What's the difference?