Which of the following will start a session?
Correct Answer: session_start();
Explanation:
Note: This Question is unanswered, help us to find answer for this one
PHP Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More PHP MCQ Questions
For the following code: Which sequence will run successfully?
What enctype is required for file uploads to work?
Which is not an encryption method in PHP?
What function should you use to join array elements with a glue string?
Which function can be used to delete a file?
Which PHP function do you call to begin a PHP session?
In PHP in order to access MySQL database, use the:
Include files must have the file extension '.inc'
Correct way to require the file 'time.inc' in a manner which will halt the script upon failure?
What does this statement do?