Answer Posted / thoms
By providing past values.
for eg:
setcookie("name","value",time()-3600);
| Is This Answer Correct ? | 37 Yes | 6 No |
Post New Answer View All Answers
What are different types of errors available in Php?
Name and explain five of the PHP error constants?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How do I display php errors?
What does empty mean in php?
When is a conditional statement ended with an endif?
What is framework? How it works? What is advantage?
What is zend studio for?
Tell me what are the correct and the most two common way to start and finish a php block of code?
What is the difference between "echo" and "print" in php?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What is difference between count or sizeof function in php?
How we can declare variable in php?
Does php support polymorphism?
Explain the three different kinds of Arrays?