Q. Which keyword is used to declare a variable in PHP? (A) var (B) $ (C) let (D) declare ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) $ Explanation: Variables in PHP start with the $ sign.