RE: [PHP] Passing a list in the Header

2004-11-02 Thread Vail, Warren
EMAIL PROTECTED] Subject: [PHP] Passing a list in the Header I need to pass a list (preferably an Array) in the header. Can this be done, and if so, what is the best method? Also, how do I extract the info on the page that receives the info? Todd -- PHP General Mailing List (http://www.p

Re: [PHP] Passing a list in the Header

2004-11-02 Thread Afan Pasalic
to transfer array through header the best way is using serialize()/unserialize() or explode()/implode() functions see manual for more info. -afan Todd Cary wrote: I need to pass a list (preferably an Array) in the header. Can this be done, and if so, what is the best method? Also, how do I ex

[PHP] Passing a list in the Header

2004-11-02 Thread Todd Cary
I need to pass a list (preferably an Array) in the header. Can this be done, and if so, what is the best method? Also, how do I extract the info on the page that receives the info? Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php