[ad_1] Our focus today is PHP math. Or “PHP maths,” if you prefer British English. We’re not going to teach you the basics of mathematics itself, but just explore some of the common ways we use math in our PHP code and some of the less-clear things that end up super-valuable for web development using … Continue reading PHP Math Functions: Understanding the Basics
Category: Back-End Development
Three Tips for Writing Airtight PHP Conditions
[ad_1] In PHP, conditions are the core of conditional statements such as if-statements, and of certain other control structures like while() loops.Surprises are great in some areas of life, but rarely so in PHP development, and knowing how to write clear conditional statements will dramatically cut down on surprises in your code. That all comes … Continue reading Three Tips for Writing Airtight PHP Conditions
How to Use FTP to Deactivate a Plugin That’s Breaking Your WordPress Site
[ad_1] In this text and video Quick Guide, we’ll explain how to deactivate a WordPress plugin via FTP.When and Why to Use FTP to Disable a WordPress PluginWhy would you need to disable a WordPress plugin via FTP? The simple answer is that, if a plugin’s broken in a certain way, it will also breaks … Continue reading How to Use FTP to Deactivate a Plugin That’s Breaking Your WordPress Site



