Q. Which operator is used to join strings in PHP? (A) + (B) . (C) * (D) & ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) . Explanation: Dot (.) operator is used for string concatenation in PHP.