Re: [PHP] Re: POST-ing or GET-ing an array

2002-10-29 Thread Sascha Cunz
Hi, I disagree that serialize/unserialize is the way to go, unless you're absolutely completely sure that there will only be a relatively small number of things in the array. As somebody mentioned briefly, the get request is limited to a certain number of bytes, and the string representing

RE: [PHP] Re: POST-ing or GET-ing an array

2002-10-29 Thread SHEETS,JASON (HP-Boise,ex1)
Message- From: Sascha Cunz [mailto:Sascha;GaNoAn.org] Sent: Tuesday, October 29, 2002 2:15 PM To: Nick Eby; [EMAIL PROTECTED] Subject: Re: [PHP] Re: POST-ing or GET-ing an array Hi, I disagree that serialize/unserialize is the way to go, unless you're absolutely completely sure