Q. How do you declare a constant in PHP? (A) Using the define function (B) Using the const keyword (C) Both options one and two (D) None of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Both options one and two Explanation: Constants can be declared using define or const keyword in PHP