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
Whether php supports microsoft sql server?
Is php a framework?
Is php an oop?
Do you know what is the function mysql_pconnect() usefull for?
How to write comment in php?
What is a php 5?
What is the array in php?
What is php artisan tinker?
How many escape sequences are recognized in single-quoted strings?
What is the role of the .htaccess file in php?
How to enable parsing?
Can you define an argument as a reference type?
What is $$ in php?
Why use static methods php?
What does the unlink() function means?