Answer Posted / hemant gore
unset($_SESSION)
session_unset()
seesion_unregister()
session_destroy()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the Advantages and Application Areas of PHP?
Tell me how to create a text file in php?
What is difference between readonly and constant?
What is the difference between get & post ?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
Explain PHP looping?
Is php a programming language?
Tell me how the result set of mysql be handled in php?
What is exception handling in php?
What does $_cookie means?
How to get no. of rows using MYSQL function?
What does the unlink() function mean?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Tell me how to retrieve a cookie value?
Write a program to display a table of any given number?