Sr. PHP Programmer Question:
What is the purpose of $_COOKIE variable in PHP?
Answer:
$_COOKIE − An associative array of variables passed to the current script via HTTP cookies.
Previous Question | Next Question |
What is the value of "$day" in the below code? | How will you retrieve source line using Exception class in PHP when error occured? |