From your PHP application, how can you send the same header twice, but with different
values?

A.
PHP does that automatically
B.
You may only send a particular type of header once
C.
Set the second argument of the header() function to false
D.
Use the header_add() function