the correct way to create variables in php code example Example: php variables <?php $string = 'string'; $number = 1; ?>