How to close a session properly?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.

1 Answers   Wipro,


what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?

4 Answers  


Distinguish between urlencode and urldecode?

0 Answers  


What is the use of mysqli_real_escape_string() function?

0 Answers  


Explain PHP?

0 Answers  






What is the difference between indexed and associative array?

0 Answers  


What is the empty function?

0 Answers  


How is it possible to cast types in php?

0 Answers  


How to create a session? How to set a value in session? How to remove data from a session?

0 Answers  


Specify pre-defined classes in php ?

1 Answers  


What is cookies? How to create cookies in php?

0 Answers  


How can I retrieve values from one database server and store them in other database server using PHP?

1 Answers  


Categories