Variables

Variable is used to store some value in your program. PHP variables are prefixed with a dollar sign $.

<?php

$variable = 'value';