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.. Quote Link to comment Share on other sites More sharing options...
requinix Posted November 17, 2010 Share Posted November 17, 2010 What? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.