To create some more complex scripts, we need a way to remember information. So-called variables help us do just that.

 <body>
  Slim Shady
 </body>
</html>
]]>

Great! Variables start with a $ sign and have a name. We can pass them information using the = sign.

Are you sure that this is the right time and place for echo?