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
→
Ajax with PHP
→
PHP supports the following data types: S...
Q.
PHP supports the following data types: Sol:
A.
string
B.
interger
C.
float
D.
all the above
Answer» D. all the above
1.3k
0
Do you find this helpful?
11
View all MCQs in
Advance PHP
Discussion
No comments yet
Login to comment
Related MCQs
GET method supports only string data types while-----method supports different data types, such as string, numeric, binary, etc
GET method supports only string data types while-------method supports different data types, such as string, numeric, binary, etc
PHP------is a PHP super global variable which is used to collect form data after submitting an HTML form with method="get".
PHP--------is a PHP super global variable which is used to collect form data after submitting an HTML form with method="post". $_POST is also widely used to pass variables
PHP $_POST is a PHP super global variable which is used to collect form data after submitting an HTML form with method="post". $_POST is also widely used to pass variables
In PHP, we have the following loop types: Sol:
PHP only supports---------a child class can inherit only from one single parent.
PHP divides the operators in the following groups: Sol:
PHP 5's new-----module makes parsing an XML document, Sol:
The basic assignment operator in PHP is __________ It means that the left operand gets set to the value of the assignment expression on the right. Sol: