In php we declare a variable using $
<?php // declare a variable $var = 5; echo $var; ?>
Any type of value interger, float, string, char only using $