Q. How can you create a constant in PHP?
β
Correct Answer: (D)
Both 1 and 2
Explanation: PHP allows constants using either define() or const.