Question:What happens when a form submitted to a PHP script contains two elements with the same name? 

A They are combined in an array and stored in the appropriate superglobal array 

B The value of the second element is added to the value of the first in the appropriate superglobal array 

C The value of the second element overwrites the value of the first in the appropriate superglobal array 

D The second element is automatically renamed 

E PHP outputs a warning 

+ Answer
+ Explanation
+ Report
Total Preview: 1042

Copyright © 2024. Powered by Intellect Software Ltd