Q. How can you concatenate two strings in PHP?
β
Correct Answer: (A)
Using the dot operator
Explanation: The dot operator is used to concatenate strings in PHP