Basic PHP
Which of the following must be installed on your computer so as to run PHP script?
1. Adobe Dreamweaver
2. PHP
3. Apache
4. IIS

All of the mentioned.
Only 2
2, 3 and 4
2 and 3

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?

When the function is being declared as a member of a class
When the parameter is Boolean
When the function contains only one parameter
When the parameter is being declared as passed by reference
Never

ANSWER DOWNLOAD EXAMIANS APP