Today we are going to learn about Operators in PHP including arithmetic, comparison and logic operators. You will be using all of these operators during your career a lot. ...
5 min read Read MoreToday we are going to learn about Data Types in PHP. Data types are another important subject in programming. The better you know the data types you are working with, the more skillful you become. ...
5 min read Read MoreToday we are going to learn about variables in PHP. Variables are very important and powerful in any programming language. So if you are learning PHP it's very important to know about variables. ...
5 min read Read MoreDo you want to learn PHP but you don’t want to spend hundreds of dollars? You are not alone. There are many websites that help people like you and me to start our journey. ...
9 min read Read MorePHP is an open source scripting language for backend development. and we are going to build our very first PHP application together. ...
7 min read Read MoreAPI versioning is what you need if you want to change the behavior of your API or the structure and format of requests and responses. ...
17 min read Read More