PHP Basics Part 4-Array Guide

In this chapter, we are going to go through PHP arrays, for loop, while loop and other related aspects of PHP. We have already covered some ground including php basics, variables and functions. This is time to take it the slightly next level. if you have gone through the first three chapters of this PHP […]

PHP Basics Part3-Learn PHP Functions

In our last post about PHP variable, we came across example where we talked about function. If you haven’t gone through that then you can read PHP Basics Part 2. Functions in programming languages are used to perform certain functions/actions like calculation, displaying time & year.  These are some of the most basic examples of […]