Now that we have covered constants, strings, and logic operators in PHP, maybe it’s time to learn about PHP if – else statements. PHP Conditional Statements As you may guess,…
Now that we covered strings in PHP and some built-in functions to manipulate strings, let’s talk about all kinds of PHP operators. What Are Operators In PHP Operators are symbols…
If you are reading this post, probably you may be new to PHP and programming in general. In that case, if you need an intro into what is PHP variables…
Let’s start this series with an introduction to PHP. PHP stands for Hypertext Preprocessor. PHP is a server-side scripting language designed for web development specifically. You can embed PHP code…