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
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
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
3 matches
Mail list logo