InterviewSolution
Saved Bookmarks
| 1. |
The session_start() function must appear _________(a) after the html tag(b) after the body tag(c) before the body tag(d) before the html tagI got this question in unit test.I want to ask this question from Session Handling-2 topic in section File and Session Handling in PHP of PHP |
|
Answer» CORRECT OPTION is (d) before the HTML tag Explanation: LIKE this: |
|