MCQOPTIONS
Saved Bookmarks
| 1. |
PHP is a _____ . It means you do not have to tell PHP which data type the variable is.PHP automatically converts the variable to the correct data type, depending on its value. |
| A. | local language |
| B. | client side language |
| C. | loosely typed language |
| D. | global language |
| Answer» D. global language | |