Heya! In this course, we'll master PHP, a programming language that's used by millions of websites.

Let's hit the ground running and check out what this little PHP script does.

 <body>
  Welcome, friend!
 </body>
</html>
]]>

Ah! In this chapter, we'll find out what we just did here.