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
ay 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() and split(). > > Wouter > > -Original Message- > From: Jeff McKeon [mailto:[EMAIL PROTECTED] > Sent: Wednesda

RE: [PHP] Passing array variables in a GET

2003-10-22 Thread Wouter van Vliet
sider join() and split(). Wouter -Original Message- From: Jeff McKeon [mailto:[EMAIL PROTECTED] Sent: Wednesday 22 October 2003 18:59 To: [EMAIL PROTECTED] Subject: [PHP] Passing array variables in a GET Is this possible??? $blah[]=(a, b, c); link So basically I have a page that nee

[PHP] Passing array variables in a GET

2003-10-22 Thread Jeff McKeon
Is this possible??? $blah[]=(a, b, c); link So basically I have a page that need an array to perform some function. Can I pass that array variable (and thus it's data) to it from another page? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php