What would the browser display if the following script was executed?
```
```
a) Nothing, the script would generate an error
b) XXXX
c) XXXXX
d) XXXXXX
a) Nothing, the script would generate an error
Computer Science & Information Technology
You might also like to view...
The ____ tile displays a screen where you can work with multiple applications.
A. Search B. Start C. Desktop D. Live
Computer Science & Information Technology
Which action is performed by the PHP statement $_SESSION['myvar'] = 5;?
a. retrieving cookie data b. setting a cookie c. destroying a session variable d. creating a session variable
Computer Science & Information Technology