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

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

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 parameter is Boolean
When the function is being declared as a member of a class
Never
When the parameter is being declared as passed by reference
When the function contains only one parameter

ANSWER DOWNLOAD EXAMIANS APP