Answer Posted / chetan
session_destroy()
....// it will delete all session variables at once
unset
session_unregister()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to join multiple strings stored in an array into a single string?
Where do I run php code?
What is warning – “cannot modify header information – headers already sent”?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What are getters and setters php?
How to get no of arguments passed to a PHP Function?
What is the use of "ksort" in php?
What is the difference between single quoted string and double quoted string?
How can we upload a file in php?
Is php worth learning in 2019?
Is php used for frontend or backend?
What are the steps involved to run php?
How to create and destroy cookies in php?
Explain me what is the importance of "method" attribute in a html form?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?