hi guys i am having this strange problem.i want to store quite a lot of data in cookie as an array but the problem is when ever my arrays size get equal to 4 it starts over. what could be the problem?
here is the array that i get


Array
(
   [Cart] => Array
       (
           [14] => Array
               (
                   [nItmId] => Array
                       (
                           [1] => 5
                           [4] => 0
                       )

)

           [15] => Array
               (
                   [nQuan] => 1
                   [nSerId] => 1
                   [nItmId] => Array
                       (
                           [3] => 86
                           [34] => 1
                           [1] => 5
                           [4] => 0
                       )

)

           [16] => Array
               (
                   [nQuan] => 1
                   [nSerId] => 1
                   [nItmId] => Array
                       (
                           [3] => 86
                           [34] => 1
                           [1] => 5
                           [4] => 0
                       )

)

           [17] => Array
               (
                   [nQuan] => 1
                   [nSerId] => 1
                   [nItmId] => Array
                       (
                           [3] => 86
                           [34] => 1
                           [1] => 5
                           [4] => 0
                       )

)

)

)
thanx in advance
Haseeb

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to