PHP variables always begin with the dollar sign ($). This is a fundamental syntax rule in PHP that distinguishes variables from other language elements. The other symbols (!, &, #) have different purposes in PHP - ! is for negation, & for references, and # for comments.