
- Forum
- Programming Talk
- PHP
- Help with Session Variables
Help with Session Variables
This is a discussion on Help with Session Variables within the PHP forums, part of the Programming Talk category; I have started and tried my hands with some basics of PHP. Now I want to try my hands on ...
-
Help with Session Variables
I have started and tried my hands with some basics of PHP. Now I want to try my hands on session’s concepts of PHP. Can someone guide me who to store items inside session variables and also access the same. If some guidelines or hints is provided in this line it would be of great help me to me to proceed in the direction.
-
session_start() is used for starting the session, session_destroy() is used for destroying the session variables.

Reply With Quote





