Link to home
Start Free TrialLog in
Avatar of dimensionav
dimensionavFlag for Mexico

asked on

is possible to store an array in a session (session_start) ?

I could do a basic shopping cart with an array of two dimensions (quantity and product code) so I wonder if is possible to store an array in a session (session_start) and how ?

Regards
ASKER CERTIFIED SOLUTION
Avatar of eriksmtka
eriksmtka
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
not being able to edit comments can be a royal pain sometimes...

forgot the closing ')' on the var_dump function
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dimensionav

ASKER

Happy new year for you too!