Language Basics Php

    $myvar = "foo";             /* Assigns the string 'foo' */
    $php5 = "is cool";          /* Correct Syntax */
?>