Sr. PHP Programmer Question:
Download Questions PDF

How will you get cookies using PHP?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

PHP provides many ways to access cookies. Simplest way is to use either $_COOKIE or $HTTP_COOKIE_VARS variables.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
How will you get information sent via get method in PHP?How will you unset a single session variable?