PHP Variable Examples
<?php $myvar = "foo"; /* Assigns the string 'foo' */ $php5 = "is cool"; /* Correct Syntax */ ?>