Welcome Guest, Not a member yet? Register   Sign In
store array into session.
#1

[eluser]PHPraja[/eluser]
Code:
Array
(
    [0] => Array
        (
            [MyStuffId] => 513
            [PlaceId] => 189
            [PlaceName] => TEST1234
            [PlaceStatus] => present
            [ScopeId] => 1
            [FavouriteFlag] => 1
            [ExpiryDate] => 0000-00-00 00:00:00
            [placeaddressType] => P
            [Latitude] =>
            [Longitude] =>
        )

    [1] => Array
        (
            [MyStuffId] => 473
            [PlaceId] => 41
            [PlaceName] => place placepal
            [PlaceStatus] => present
            [ScopeId] => 3
            [FavouriteFlag] => 1
            [ExpiryDate] => 0000-00-00 00:00:00
            [placeaddressType] => P
            [Latitude] =>
            [Longitude] =>
        )
)

how can is add the above array data to a session variable? Is it possible to store two dimensional array in a session variable? Can any one help me plz.


Messages In This Thread
store array into session. - by El Forum - 05-14-2008, 05:57 AM
store array into session. - by El Forum - 05-14-2008, 07:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB