Manan Posted August 17, 2013 Share Posted August 17, 2013 Hello All I am generating new session value every time when page is reload. I am getting session result like this: compare_session_281,147,136 ⇒ 281,147,136 compare_session_96,46,30 ⇒ 96,46,30 compare_session_29,27,26 ⇒ 29,27,26 compare_session_281,147,136, compare_session_96,46,30 and compare_session_29,27,26 are my sessions. Now I want to concate session value like this: compare_session = 281,147,136,96,46,30,29,27,26 Any ideas or suggestion? Thanks Link to comment https://forums.phpfreaks.com/topic/281265-how-to-concatenate-session-value/ Share on other sites More sharing options...
Barand Posted August 17, 2013 Share Posted August 17, 2013 For the benefit of the non-clairvoyant ones out here, what's your current code for creating the session variables? Link to comment https://forums.phpfreaks.com/topic/281265-how-to-concatenate-session-value/#findComment-1445500 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.