1.

What will be the output of the following PHP code? Say your previous session username was nachi. <?php unset($_SESSION['username']); printf("Username now set to: %s", $_SESSION['username']); ?>

A. Username now set to: nachi
B. Username now set to: System
C. Username now set to:
D. Error
Answer» D. Error


Discussion

No Comment Found