In the Introduction to PHP lesson, Codecademy explained how PHP can be used inside HTML code. It also introduced basic syntax such as echo, strings, arithmetic, and variables, and emphasized the importance of semicolons and how to make comments. The lesson concluded with having me create my own variables for use in simple arithmetic.