24 – PHP Foreach Loop
Using PHP programming, one of the most commonly used loop to iterate over an array is a foreach loop. The foreach loop works on...
08 – PHP Basic File System
Being a serious PHP programmer it is necessary to learn about how to manipulate files because it gives you great tools for creating, uploading, and...
07- PHP Constants
This tutorial is all about PHP Constants.
In this lesson, I'm going to show you another type of PHP the importance and to how to...
06- PHP Variables
PHP Variables
In PHP programming, variable plays a very important role wherein it allows you to store the value in a computer memory such storing...
05- PHP echo
This tutorial is all about PHP echo.
The echo command in PHP is used to output the text in the web browser. And echo is not...
04- PHP Comments
This tutorial is all about PHP Comments.
One of the best programming practice is using a Comment. A comment is a string code or text within...
03- PHP Syntax
This tutorial is all about PHP Syntax.
Before we proceed to code our PHP script, we need to understand first what is the syntax of coding...