When setting HTTP headers from PHP, how can you make sure that your application sends the
same header twice, with different values?

A.
Set the second argument of the header() function to false
B.
PHP does that automatically
C.
One kind of header may only be sent once
D.
Use the header_add() function
Correct answer is A
0
0