Session_array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamessekar007
    New Member
    • Nov 2011
    • 1

    Session_array

    How to use session_array in php for online shopping mart project...
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    the variable that hold all the session variable is _SESSION

    you can access session data using indexes;

    in general you are suppose to know the indexes. But in case if you forgot you can print all the index and value using print_r function.

    if you want to browse through all the data you can use foreach loop to extract key and value

    Comment

    • pradeepkr13
      New Member
      • Aug 2010
      • 43

      #3
      you better go thru this simple tutuorial
      W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

      Comment

      Working...