1.I am using session variables to access across multiple pages. I have registered the variable in my main page. And in the subsequent pages, I have started the session and trying to access the registred session variabels using $_SESSION['variablename'] But when I echo the variable in those pages, I don't get any value. Why is this? Apart ffrom starting the session in all these pages, do I have to do something else ion order to access the variables?
- From the multiple list box, how can I get the value of the selected items?