Shortcut Navigation:

PHP Quiz

In PHP, arrays may be sorted with which of the following functions?

PHP comments for a single line have the following syntax:

Which of the following functions are used by PHP to find out what type a variable is?

The three possible connection states in PHP are ________.

In PHP, the error control operator is ________.

In PHP, instructions are terminated with a _______.

What does PHP stand for?

PHP server scripts are surrounded by delimiters, which?

How do you write "Hello World" in PHP

All variables in PHP start with which symbol?

Include files must have the file extension ".inc"

In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:

What is the correct way to include the file "time.inc" ?

What is the correct way to create a function in PHP?

What is the correct way to connect to a MySQL database?

What is the correct way to add 1 to the $count variable?

PHP can be run on Microsoft Windows IIS(Internet Information Server):

In PHP 5, MySQL support is enabled by default:

Which one of these variables has an illegal name?

Which of the following regular expressions will match the string no.no.no?

A constructor is a special kind of�

What can you use to replace like with hate in I like Eminem?

What library do you need in order to process images?

What is the problem with ?

What does break; do?

Can this PHP code be valid: $4bears = $bears->getFirst4();

Assuming all the variables a, b, c have already been defined, could this be a variable name: ${$a}[$b][$c] ?

Put this line php display_errors=false in a .htaccess file when you deploy the application?

Tagged as: php