How to use context object in PHP
Hi,
I am a bit new to php, and have some background with java, but with one of my project i want to share data between sessions , i could not figured it out how would i do it. i used $_SERVER to store array , but did not worked not errors neither its stores it. can plz specify how can i achieve that context object in php, can i do it using $GLOBALS , if yes how can i do it.
Thanks.
|