McqMate
Q. |
-------A query string is the string of key=value pairs separated by & symbol and appended to URL after ? symbol. For example, http://localhost/testscript?name=xyz&age=20 URL returns trailing query string. |
A. | $_SERVER |
B. | SERVER_ADDR |
C. | SERVER_NAME |
D. | QUERY_STRING |
Answer» D. QUERY_STRING |
View all MCQs in
Advance PHPNo comments yet