How can we destroy the cookie?
Answers were Sorted based on User's Feedback
Answer / thoms
By providing past values.
for eg:
setcookie("name","value",time()-3600);
| Is This Answer Correct ? | 37 Yes | 6 No |
Answer / nikunj
By setting previous time for cookie, we can destroy it.
| Is This Answer Correct ? | 16 Yes | 6 No |
What are the main error types in php?
What is php ci?
Specify array sort functions available in php ?
Is runtime polymorphism overriding?
what is this error "Call to unsupported or undefined function mysql_connect();" and when you will get this?
What is a static method php?
Are php short tags acceptable to use?
What is singleton pattern in php?
Why php is widely used?
How do you identify independent and dependent variables in research?
write the function to fetch a image from mysql databases (datatype blob).
What is php addslashes?