Q. Which symbol is used to access variables in PHP?
β
Correct Answer: (A)
$
Explanation: All PHP variables start with the $ symbol.
Explanation: All PHP variables start with the $ symbol.