Question:How to handle string if we use ENT_COMPAT constant as an optional parameter for htmlentities().
A Convert double quotes and ignore single quotes. This is the default.
B Ignore both double and single quotes.
C Convert both double and single quotes.
D none
+ AnswerA
+ Report