How can we register the variables into a Session?
Answer Posted / subrat
$_SESSION[?name?] = ?Chinmay?;
To destroy a session: unset($_SESSION[?name?]);
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
Is empty function c++?
What are the difference between overloading and overriding in oops?
How to check your php installation?
How can we display information of a variable and readable by a human with php?
Explain me how to include a file to a php page?
What is csrf token and why it is required?
How to Retrieve the Session ID of the Current Session?
Which is better #define or enum?
How to get no of arguments passed to a PHP Function?
How can we define a variable accessible in functions of a php script?
Explain preg_Match and preg_replace?
What is php beginner?
How do you connet mysql database with php?
What is an anti csrf token?
Why does php start with variables?