Top 350+ Solved Advance PHP MCQ Questions Answer
Q. The-----method can retrieve information identified by the request-URl (UniformResource Identifier)Sol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. Use-----when you need the server, which controls URL generation of your resourcesSol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. ------is a secure method as its requests do not remain in browser history.Sol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. The----------method cannot be used for passing sensitive information like usernamesand passwords.Sol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. If you use------method, the browser appends the data to the URLSol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. You cannot see------requests in browser history while You can see GET requests inbrowser historySol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. This------method is not compatible with some firewall setups.Sol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. In-------method, values are visible in the URL while in POST method, values are NOTvisible in the URL.Sol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. ------has a limitation on the length of the values, generally 255 charactersSol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. -------has no limitation on the length of the values since they are submitted via the bodyof HTTP.Sol:
a. $_GET
b. $_POST
c. POST
d. GET
Q. GET method supports only string data types while-----method supports different datatypes, such as string, numeric, binary, etcSol:
a. $_GET
b. $_POST
c. POST
d. GET