How to close a session properly?
No Answer is Posted For this Question
Be the First to Post Answer
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.
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?
Distinguish between urlencode and urldecode?
What is the use of mysqli_real_escape_string() function?
Explain PHP?
What is the difference between indexed and associative array?
What is the empty function?
How is it possible to cast types in php?
How to create a session? How to set a value in session? How to remove data from a session?
Specify pre-defined classes in php ?
What is cookies? How to create cookies in php?
How can I retrieve values from one database server and store them in other database server using PHP?