Last time we talked about Magic Constants in PHP. Now lets learn about Error Handling in PHP, because no developer can avoid errors. So in today’s article you will learn…
In the PHP constants chapter we’ve learned how to define and use constants in PHP. And now let’s dive deeper and take a look at PHP magic constants. What Is Magic Constants…
Now that you know what an array and how to create one, let’s look at some ways to sort them in ascending or descending order using built-in PHP functions. Functions…
Now that we covered IF – ELSE statements in this article and now it’s perfect time to take a look at switch statements in PHP. IF – ELSE VS Switch…
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…
If you are reading this post, probably you maybe new to PHP and programming in general. And in that case if you need and intro into what is PHP variables…
PHP stands for Hypertext Preprocessor. PHP is server-side scripting language designed for web development specifically. You can embed PHP code in HTML files or vise versa HTML code can be…
If you want to understand JavaScript arrays but cant’t quite get grips of them, this article will be just what you were looking for. As you may know, web developers…
In this post let’s look at some extensions for your VS Code that will make writing and editing HTML better. HTML End Tag Labels The whole idea is that rather…
As you probably know centering elements in CSS can cause a headache even to experienced developers. There are many different situations and many different solutions. Sometimes it is best to…