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
2 and 3
All of the mentioned.

ANSWER DOWNLOAD EXAMIANS APP

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

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

ANSWER DOWNLOAD EXAMIANS APP