How do I start a php session?


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

Post New Answer

More PHP Interview Questions

Can you give example for trait in php?

0 Answers  


class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


What is difference between single quotes and double quotes in php?

0 Answers  


How does the identity operator ===compare two values in PHP?

0 Answers  


What is php and how do you use it?

0 Answers  






How to move uploaded files to permanent directory?

0 Answers  


Is echo a function in php?

0 Answers  


What is php explain?

0 Answers  


which is the best institute for php training near delhi & NCR......& what is the fee for the same....

2 Answers  


What are the differences between public, private, protected, static, transient, final and volatile?

3 Answers  


What does PEAR stands for?

0 Answers   Arigo Infotech,


How to redirect https to http url through .htaccess?

0 Answers  


Categories