php use variable with {} code example
Example 1: php variables
<?php
$string = 'string';
$number = 1;
?>
Example 2: php variable
$name = "Josh"; //$varname = value
<?php
$string = 'string';
$number = 1;
?>
$name = "Josh"; //$varname = value