Q. Which symbol is used to start a variable in PHP? (A) @ (B) # (C) $ (D) & ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) $ Explanation: PHP variables always start with the $ symbol.