A PHP feature that automatically adds a backslash (\) to any single quote, double
quote, or NULL character contained in form data that a user submits.
Give this one a try later!
magic quotes
When is a for statement initialization expression executed?
Give this one a try later!
when the for statement begins executing
An array of references to all variables that are defined with global scope
,Give this one a try later!
$GLOBALS
The switch statement controls program flow by executing a specific set of statements,
depending on ____________.
Give this one a try later!
the value returned by a conditional expression
An array of information about the Web Server that served the current script
Give this one a try later!
$_SERVER
Counter variables ______________________.
Give this one a try later!
can be incremented and decremented
used to execute specific programming code if the evaluation of a conditional
expression returns a value of TRUE
, Give this one a try later!
if statement
a loop statement never ends because its conditional expression is never FALSE
Give this one a try later!
infinite loop
arrays whose elements are referred to with an alphanumeric key instead of an index
number.
Give this one a try later!
associative arrays
Webpage templates are made of _____ and ____ sections.
Give this one a try later!
static and dynamic
occurs when the PHP scripting engine encounters code it cannot execute while the
rest of the program is executing.
quote, or NULL character contained in form data that a user submits.
Give this one a try later!
magic quotes
When is a for statement initialization expression executed?
Give this one a try later!
when the for statement begins executing
An array of references to all variables that are defined with global scope
,Give this one a try later!
$GLOBALS
The switch statement controls program flow by executing a specific set of statements,
depending on ____________.
Give this one a try later!
the value returned by a conditional expression
An array of information about the Web Server that served the current script
Give this one a try later!
$_SERVER
Counter variables ______________________.
Give this one a try later!
can be incremented and decremented
used to execute specific programming code if the evaluation of a conditional
expression returns a value of TRUE
, Give this one a try later!
if statement
a loop statement never ends because its conditional expression is never FALSE
Give this one a try later!
infinite loop
arrays whose elements are referred to with an alphanumeric key instead of an index
number.
Give this one a try later!
associative arrays
Webpage templates are made of _____ and ____ sections.
Give this one a try later!
static and dynamic
occurs when the PHP scripting engine encounters code it cannot execute while the
rest of the program is executing.