When getting into web development, the first glance at PHP and all that comes with it can be a daunting task. Once you learn the basics, however, things become easier. Let’s see how much you know thus far!
!
&
$
Var
Rate this question:
$_GET[];
Request.QueryString;
Request.Form;
Rate this question:
New line
;
.
Rate this question:
True
False
Rate this question:
Personal Hypertext Processor
Personal Home Page
PHP: Hypertext Preprocessor
Private Home Page
Rate this question:
True
False
Rate this question:
$arr[] = new Array('value1', 'value2');
$arr = new ['value1', 'value2'];
$arr = array('value1', 'value2');
Rate this question:
// This is a single-line comment
# This is also a single-line comment
/* This is a multi-line comment */
``
Rate this question:
3
FALSE
NULL
6
1
Rate this question:
Quiz Review Timeline (Updated): Nov 25, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.