Now, while you are starting to learn about arrays, make sure you already have a local server installed on your PC/Mac and you’ve went through the most basic concepts of PHP, but if you haven’t, click here: Introduction to PHP Now, Read More …
Category: PHP
Php tutorial
Loops in PHP – While, Do-While, For & Foreach Methods
Since we have already learned how to set up a PHP-Development Environment in our previous tutorial (Get Started with PHP) and we know some extreme basics of PHP. In this tutorial, we will learn about PHP loops. What are Loops? Read More …
Get Started with PHP – Set Up Development-Environment in your PC

In this tutorial, You will learn how you can ‘Get Started with PHP’ and creating an environment for development. By the installation of a group of software(s), which will be used for writing the code(coding), running the coded script(compiling). So, Read More …
Introduction to PHP – Basics, Comments and Variables

PHP stands for Hypertext Processor (earlier known as – Personal Home Page), is a programming language developed out of C and some components of C++ to interact specifically with the ‘Server‘, that’s why it is also known to be one of Read More …