Home » PHP » PHP Sessions » Question
  1. Which one of the following function is used to start a session?
    1. session_begin()
    2. start_session()
    3. begin_session()
    4. session_start()
    5. None of these
Correct Option: D

session_start()



Your comments will be displayed only after manual approval.