Wednesday, March 19, 2014

Which of the following form element names can be used to create an array in PHP?

A. foo

B. [foo]

C. foo[]

D. foo[bar]

Answer C is correct. PHP will create an enumerated array called foo that contains

No comments:

Post a Comment