I guess we are on the roll. Last time we covered PHP functions and today another article about PHP and I thought let’s talk about math operations in PHP. Performing…
Now that we covered constants, strings and logic operators in PHP, maybe its time to learn about if – else statements. PHP Conditional Statements AS you may guess, PHP like…
Now that we covered strings in PHP and some built-in functions to manipulate strings, let’s talk about all kinds of operators that are available in PHP. What Is Operators In…