PHP

Installing WAMP Server

This article on Installing WAMP Server provides instructions on installing WAMP server on Windows. Step By Step Instructions on Installing WAMP Server on Windows To begin with, first of all download the WAMP Server from its website. According to the configuration of your PC, you can either choose 64 BITS download or 32 BITS download. …

PHP

Control Statements in PHP

In this article on Control Statements in PHP, I will cover conditional control statements and iteration control statements. Understanding Control Statements in PHP In fact, a control statement in a programming language alters the normal sequence of execution of statements in a program. Normally, a language compiler executes the statements of a program in the …

PHP

Brief Introduction to PHP

In this article on Brief Introduction to PHP, I discuss the features and drawbacks of using PHP. Introduction to PHP Programming In fact, PHP is a web-based programming language. PHP stands for hypertext preprocessing. Furthermore, we use PHP to create dynamic web applications. Although, PHP is easy to learn and use, it gives us all …

NodeJS

Important Concepts in NodeJS

The following list provides some of the Important Concepts in NodeJS that every programmer should know. Modules in NodeJS NodeJS File System Events Node Package Manager (NPM) Callbacks Asynchronous I/O (Non-Blocking I/O) Promises Prototypes Brief Introduction of Important Concepts in NodeJS The following section provides a brief introduction of the above-mentioned concepts. Modules In fact, …