Multiple Choice
If there are no indexes or keys entered in the value of the name attribute in a form, PHP assigns an index of ____ to the first element.
A) 0
B) 1
C) 2
D) PHP assigns no value
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q68: The <B>array_unique() </B>function does not renumber the
Q69: As with the <B>array_values()</B> function the _
Q70: To renumber an indexed array's elements, you
Q71: The symbol _ appends one array to
Q72: If you use an iteration function to
Q74: You use the _ function to create
Q75: The _ function determines whether a given
Q76: The most commonly used array sorting functions
Q77: The <B>array_pop() </B>function _ from the end
Q78: To remove multiple elements using the <B>unset()