Moving on in our series of PHP tutorials for beginners, in this tutorial you will learn how to send information to the server using PHP GET and POST methods and…
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 PHP math operations. Performing Math…
In the last article, we talked about various loops in PHP and how to use them. Now let’s look at PHP functions and everything you need to know about them…
If you spent some time blogging, you already know that this could be time-consuming. But did you know that WordPress has many really useful keyboard shortcuts that will make creating…
Now that you know what an array is and how to create one, let’s look at 5 ways to sort arrays in PHP in ascending or descending order using built-in…
Now that we have covered such things as operators, strings, if – else and switch statements, let’s dive deeper and talk about PHP arrays. What Is An Array In PHP…
Now that we covered IF – ELSE statements in this article and now it’s the perfect time to take a look at PHP switch statements. IF – ELSE VS Switch…
Earlier we discussed the importance of site speed to the success of your WordPress website or blog. So now let’s talk about one of the easiest and fastest ways to…
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…