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

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

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
How does the identity operator === compare two values?

It converts both values to strings and compares them
It returns True only if they are both of the same type and value
It bases its comparison on the C strcmp function exclusively
It converts them to a common compatible data type and then compares the resulting values
If the two values are strings, it performs a lexical comparison

ANSWER DOWNLOAD EXAMIANS APP