Sr. PHP Programmer Question:
Download Questions PDF

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.

Download Senior PHP Programmer Interview Questions And Answers PDF

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