PHP·98 questionsWhat are variables in PHP?SaveUpdated: 2026-08-31Answer•Start with $.•Case-sensitive: $name !== $Name.•Do not require type declaration.•Can change type dynamically.•Global variables: $GLOBALS, $_GET, $_POST.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement