Kelset Posted November 4, 2006 Share Posted November 4, 2006 I am passing some values from page to page using checkboxes. I have four different names for the checkboxesand each form an array. What I have been doing so far is putting them into one mutil array and storing it into asession. I was wondering if it would be better to use the one session with mutil array or should I make four session,one for each array being passed.Thanks for you time in this for me.Stephen Link to comment https://forums.phpfreaks.com/topic/26147-just-looking-for-ideas/ Share on other sites More sharing options...
joshi_v Posted November 4, 2006 Share Posted November 4, 2006 I will suggest to store in different variables. bcoz it will be flexible for further processing of the values. Link to comment https://forums.phpfreaks.com/topic/26147-just-looking-for-ideas/#findComment-119556 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.