McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Business Administration in ...
→
Advance PHP
→
Unit 2
→
The-----------method can be used to send...
Q.
The-----------method can be used to send ASCII as well as binary data Sol:
A.
$_GET
B.
$_POST
C.
POST
D.
QUERY_STRING
Answer» C. POST
1.2k
0
Do you find this helpful?
6
View all MCQs in
Advance PHP
Discussion
No comments yet
Login to comment
Related MCQs
The POST method can be used to send ASCII as well as binary data Sol:
------can't be used to send binary data, like images or word documents, to the server Sol:
GET can't be used to send binary data, like images or word documents, to the server Sol:
--------can't be used to send word documents or images. Sol:
-------are used to declare methods that can be used in multiple classes. Traits can have methods and abstract methods that can be used in multiple classes. Sol:
The-----method is restricted to send upto 1024 characters only Sol:
The GET method is restricted to send upto------characters only Sol:
By the used of-------method You can keep the data private. Sol:
----------requests can be used only to retrieve data Sol:
GET method supports only string data types while-----method supports different data types, such as string, numeric, binary, etc