What is the difference between sessions and cookies?
Read more about sessions here:
http://uk3.php.net/manual/en/intro.session.php
Read more about cookies here:
http://uk.php.net/setcookie
Comment on this Question and Answer >>>
ASK A QUESTION
More other PHP Questions
What is a constant in PHP?How can I stop my PHP script timing out?
How do I define a constant in PHP?
What is the differece between $message and $$message?
How do I find out about my PHP installation?
