Sr. PHP Programmer Question:

How will you delete a cookie in PHP?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

To delete a cookie you should call setcookie() with the name argument only.


Previous QuestionNext Question
How will you open a file in readonly mode?What is the purpose of php.ini file?