

MCQOPTIONS
Saved Bookmarks
1. |
Which one of the following statements should you use to set the session username to Manjesh? |
A. | session_start( Manjesh ); |
B. | $SESSION_START[ username ] = Manjesh ; |
C. | $SESSION[ username ] = Manjesh ; |
D. | $_SESSION[ username ] = Manjesh ; |
E. | None of these |
Answer» E. None of these | |