From your PHP application, how can you send the same header twice, but with different values?
A . Set the second argument of the header () function to false
B . PHP does that automatically
C . You may only send a particular type of header once
D . Use the header_add() function
Answer: A