sungpeng Posted November 17, 2010 Share Posted November 17, 2010 <?php session_start(); $index="1"; $_SESSION[$index]=2; echo "$_SESSION[$index]"; ?> Hi good day check how to have a variable "$index" inside session.. Link to comment https://forums.phpfreaks.com/topic/218913-check-how-to-have-a-variable-index-inside-session/ Share on other sites More sharing options...
requinix Posted November 17, 2010 Share Posted November 17, 2010 What? Link to comment https://forums.phpfreaks.com/topic/218913-check-how-to-have-a-variable-index-inside-session/#findComment-1135340 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.