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
Where is the functions php in wordpress?
Can we learn php without html?
How to send a cookie to the browser?
Why ide is recommended for use while programming with php?
How to stop the execution of php script?
What does php do?
Why shouldn't I use mysql_* functions in php?
What is cookie and session in php?
Explain the differences between get and post methods?
What is session_start () in php?
Is it worth learning php in 2019?
What is http get and post?
What are majic methords in php?
What are differences between PECL and PEAR?
How can we display information of a variable and readable by human with php?