1/15
PHP server scripts are surrounded by delimiters, which?
 
2/15
What is the correct way to include the file "time.inc" ?
 
3/15
What is the correct way to connect to a MySQL database?
 
4/15
Which of the following regular expressions will match the string no.no.no?
 
5/15
What library do you need in order to process images?
 
6/15
What is the problem with <?=$expression ?> ?
 
7/15
All variables in PHP start with which symbol?
 
8/15
What does this function do: <?php function my_func($variable) {return (is_numeric($variable) && $variable % 2 == 0);}?>
 
9/15
What does PHP stand for?
 
10/15
How do you write "Hello World" in PHP
 
11/15
In PHP, arrays may be sorted with which of the following functions?
 
12/15
Are objects passed by value or by reference?
 
13/15
What is the difference between $message and $$message?
 
14/15
What is the difference between characters \023 and \x23?