Re: [PHP] Passing array variables in a GET

2003-10-22 Thread Jason Wong
On Thursday 23 October 2003 02:41, Jeff McKeon wrote: > I looked at the page you suggested but it vauge at best. Basically from > what I've gathered using serialize with an array screws up the pointers > in the array. Is this true? If you mean the internal pointer, ie the one that is reset by c

RE: [PHP] Passing array variables in a GET

2003-10-22 Thread Jeff McKeon
gt; To: Jeff McKeon; [EMAIL PROTECTED] > Subject: RE: [PHP] Passing array variables in a GET > > > Take a look at > http://nl.php.net/manual/en/function.serialize.php and > http://nl.php.net/manual/en/function.unseriali> ze.php. Or if > the keys don't matter and the arr

RE: [PHP] Passing array variables in a GET

2003-10-22 Thread Wouter van Vliet
Take a look at http://nl.php.net/manual/en/function.serialize.php and http://nl.php.net/manual/en/function.unserialize.php. Or if the keys don't matter and the array has just one level (strange, I know there's a different term for that, totally cannot find it in my memory :S) you can consider join(