Here it is!
Here ya go! (I think:))
<?php // Begin's the PHP Code
$do = "A lot of work!"; // Make's the variable, $do, which is A lot of work!
echo $do; // This Echo's what the variable $do is, in other words, it puts that variable there
?> // This End's the PHP Coding