Code has been added to clipboard!

PHP File of Variables

Example
<?php
  $color = 'red';
  $car = 'bugatti';
?>