Correct Answer: session_start();
Explanation:
Note: This Question is unanswered, help us to find answer for this one
PHP 5 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More PHP 5 MCQ Questions
Output of the code?
Which is true regarding $a + $b, where both of them are arrays?
Result of following operation? print 4<< 5;
Which features are supported in PHP 5?
If expire parameter of setCookie function is not specified then:
Which lines needed to be commented to print class name ? Class GOT { function tirian() { echo get_class($this); } } 8. $sparta = new GOT(); 9. $sparta -> tirian(); 10.GOT::tirian();
What is different in explode() and str_split function?
Why for($i=0; $i<count($array); $i++) is a bad style?
Which operation cannot be performed using the standard ftp:// stream wrapper ?
what is php tag?
PHP 5 MCQs | Topic-wise