Jump to content

Session Variables - 2 Questions


scott212

Recommended Posts

I've seen people use session variables with a second indexes like this: [tt]$_SESSION['id_01']['id_02'][/tt]
I can't seem to find any documentation on this method, anyone have any links? If it works like it seems, what would the syntax be to iterate through the second indexes within the confines of a first id? Such as if I had:

[tt]$_SESSION['basket']['01'], $_SESSION['basket']['02'], $_SESSION['basket']['03'][/tt]

How could I iterate through the different items in 'basket' using a foreach or for loop?
Link to comment
https://forums.phpfreaks.com/topic/14902-session-variables-2-questions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.