Jump to content

[SOLVED] Multiple dimension Session array?


ehdesign

Recommended Posts

i olwez prefer having a multiple dimension array nd then assigning this array to $_SESSION var...

say....

$array['test'][0] = 0;

$array['test'][1] = 1;

$array['test1'][0] = 10;

$array['test'][1] = 11;

$_SESSION['array'] = $array;

I had tried it and was seeing problems.  But I think I found the issue aside from this.  So, the problem is solved.  Thanks. 

 

I like the idea of putting the info into a standard array and then throwing that whole array into the session array...

 

I'll mark this as solved.

 

Great job.

 

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.