Sr. PHP Programmer Question:
What is the purpose of $_SESSION variable in PHP?
Answer:
$_SESSION − An associative array containing session variables available to the current script.
Previous Question | Next Question |
Does PHP support multiple inheritance? | How we can get the number of elements in an array? |