What is session management php?
No Answer is Posted For this Question
Be the First to Post Answer
How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone worked on mantiss software or in php, please give answer . I need to modify that in mantiss software.
how to insert logout time when browser close
How many ways we can give the output to a browser?
How to check curl is enabled or not in PHP
What is binary safe string?
What are properties in php?
What is $_ request in php?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
What is csrf token and how it works?
Explain the difference between mysql_connect and mysql_pconnect?
Can constructor be private in php?
How to set cookies?