MCQOPTIONS
Saved Bookmarks
| 1. |
<?phpfunction myTest() { static &dollar;x; echo &dollar;x;}myTest();?> 16.Which of the following is NOT a superglobal variable ? |
| A. | $_SERVER |
| B. | $_GLOBAL |
| C. | $_GET |
| D. | $_POST |
| Answer» C. $_GET | |