Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Related Articles
PHP Session and PHP Cookies?
Which of the following is used to delete a cookie in PHP?
0
votes
802
views
A
setcookie() function
B
$_COOKIE variable
C
isset() function
D
none of the above
Correct Option: 1
Explanation:
To delete a cookie you should call setcookie() with the name argument only.
php
interview questions
cookie
posted
Dec 5, 2017
by
anonymous
Looking for an answer? Promote on:
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
0
votes
How to set and retrieve cookies in PHP?
0
votes
Which of the following function is used to get environment variables in PHP?
0
votes
Which of the following method acts as a constructor function in a PHP class?
0
votes
Which of the following is correct about constants in PHP?
...