PHP Programming Quiz 5

PHP Programming Quiz 5


According to latest definition, PHP now stands for ……….





Which of the following statement will display $Test on the screen?





A function prefixed by double underscore is called ……….





PHP is a ………. language.





………. function is used to initiate a session.





File extension of PHP files is ……….





Which of the following statements can be used to display PHP on the screen?





Functions can be defined in PHP as below.





Default PHP session name is ……….





($x == 11) ? 1 : 2; statement is called ……….