|
Home > Archive > PHP with PostgreSQL > May 2005 > Passing Array Variable Through Sessions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Passing Array Variable Through Sessions
|
|
| operationsengineer1@yahoo.com 2005-05-05, 3:24 am |
| is an array supposed to be passed in sessions just
like a normal variable?
i have a case where i can read an array on form 1, but
when it is passes to form 2 (actually itself) i lose
the ability to loop through it.
i've seen some vague references to serializing the
array array in form 1 and then unserializing it in
form 2 in order to get it to work, but no definitive
instructions.
any help is appreciated.
tia...
____________________
______________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere
" to majordomo@postgresql
.org)
| |
| Christopher Kings-Lynne 2005-05-05, 3:24 am |
| This has nothing to do with PostgreSQL, please ask on one of the PHP
mailing lists.
Chris
operationsengineer1@
yahoo.com wrote:
> is an array supposed to be passed in sessions just
> like a normal variable?
>
> i have a case where i can read an array on form 1, but
> when it is passes to form 2 (actually itself) i lose
> the ability to loop through it.
>
> i've seen some vague references to serializing the
> array array in form 1 and then unserializing it in
> form 2 in order to get it to work, but no definitive
> instructions.
>
> any help is appreciated.
>
> tia...
>
>
>
> ____________________
______________
> Yahoo! Mail Mobile
> Take Yahoo! Mail with you! Check email on your mobile phone.
> http://mobile.yahoo.com/learn/mail
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere
" to majordomo@postgresql
.org)
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
|
|
|
|
|