[PHP] Passing array variables in a GET

2003-10-22 Thread Jeff McKeon
Is this possible??? $blah[]=(a, b, c); a href=http://www.blah.com/page.php?blah=?PHP ECHO $blah ?link/a 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

RE: [PHP] Passing array variables in a GET

2003-10-22 Thread Wouter van Vliet
() 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); a href=http://www.blah.com/page.php?blah=?PHP ECHO

RE: [PHP] Passing array variables in a GET

2003-10-22 Thread Jeff McKeon
memory :S) you can consider 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); a href

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