Sr. PHP Programmer Question:

How to Retrieve a Cookie Value in PHP?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

eg : echo $_COOKIE["user"];


Previous QuestionNext Question
How will you connect a MySql database using PHP?How will you parse an XML document using PHP?