1.

<?phpfunction myTest() { static $x; echo $x;}myTest();?> 16.Which of the following is NOT a superglobal variable ?

A. $_SERVER
B. $_GLOBAL
C. $_GET
D. $_POST
Answer» C. $_GET


Discussion

No Comment Found