Superglobals are ______________ arrays, which are arrays whose elements are referred to
with an alphanumeric key instead of an index number.
Give this one a try later!
ASSOCIATIVE
In an ____________ loop, a loop statement never ends because its conditional expression is
never false.
Give this one a try later!
INFINITE
, The concatenation operator in PHP is a _________
Give this one a try later!
PERIOD(.)
To determine if a form variable contains values, use ______
Give this one a try later!
ISSET()
The for...while statements is used to iterate or loop through the elements in an array
Give this one a try later!
FALSE
Why would you use repeating code? List some statements that you would use.
Give this one a try later!
You would use repeating code if you want to repeat the same statement,
function, or code section multiple times. Sample loop statements include
the while, do...while, and for statements
with an alphanumeric key instead of an index number.
Give this one a try later!
ASSOCIATIVE
In an ____________ loop, a loop statement never ends because its conditional expression is
never false.
Give this one a try later!
INFINITE
, The concatenation operator in PHP is a _________
Give this one a try later!
PERIOD(.)
To determine if a form variable contains values, use ______
Give this one a try later!
ISSET()
The for...while statements is used to iterate or loop through the elements in an array
Give this one a try later!
FALSE
Why would you use repeating code? List some statements that you would use.
Give this one a try later!
You would use repeating code if you want to repeat the same statement,
function, or code section multiple times. Sample loop statements include
the while, do...while, and for statements