How can I use sessions in PHP?
In all honesty, you will need to either buy a book with a clear section on sessions, or alternatively start reading through the PHP.net information on session handling. There is lots of information that should be a good introduction to session handling and management here:
http://uk2.php.net/manual/en/intro.session.php
Comment on this Question and Answer >>>
ASK A QUESTION
More website PHP Questions
How can I access information sent through POST on a form?How do I send HTTP headers with PHP?
I have two web solutions I downloaded from the internet. Jobs Portal, Classified and a forum script. Each of the scripts has its own signup and log in module. How can I make visitors register and login through one webpage without having to login in all th
What is magic quotes?
What is a .htaccess file?
