Home » MYSQL » MySQL Database Operations » Question
  1. What are PHP variables preceded by?
    1. $
    2. _
    3. &
    4. @
    5. None of these
Correct Option: A

All the PHP scripts that use variables have variable names preceded by the dollar sign (‘$’). The variables are signified by this identifier, irrespective of the value it stores.



Your comments will be displayed only after manual approval.