How can you create a session in php?


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

Post New Answer

More PHP Interview Questions

What is the function of string in c?

0 Answers  


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

9 Answers   Cybercom, TCS,


What is full form of PHP?

0 Answers  


What are the delimiters in php?

0 Answers  


Can we set session value in javascript?

0 Answers  






What are the differences between GET and POST methods?

0 Answers  


How can we create a database using PHP and mysql?

3 Answers  


How can we take a backup of a mysql table and how can we restore it. ?

7 Answers   Brain Infosys, Oracle,


What is isset in php form?

0 Answers  


What is session data?

0 Answers  


How do I check environment variables?

0 Answers  


What types of MYSQL function available for affecting columns

0 Answers  


Categories