1.

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

A. &dollar;_SERVER
B. &dollar;_GLOBAL
C. &dollar;_GET
D. &dollar;_POST
Answer» C. &dollar;_GET


Discussion

No Comment Found