Final Remarks

Here's a quick summary of the "Learn PHP from Scratch" module.

We'll cover the following

Congratulations! You’ve completed the “Learn PHP from Scratch” module.

Summary

We began by learning the basics of PHP and eventually applied our learning to practical problems using various concepts of PHP. We discussed the vital concepts of functional programming—variables, operators, conditional statements, loops, arrays, strings, and functions. We also discussed the vital concepts of object-oriented programming—classes, inheritance, and exception handling.

What’s next?

Now that we are familiar with the basic concepts of PHP, it’s time for us to focus on learning PHP without the framework in the next module, “PHP for the Web: Learn PHP without a Framework.”