Code has been added to clipboard!

PHP Variables Explanation

Example
<?php  
  $text = "Hey coders!";  
  $x = 9;
  $y = 1;  
?>