Author: Ravi Kumar

PHP Super Global Variables

Variables are “containers” for storing information. The main way to store information in the middle of a PHP program is by using a variable. PHP environment variables allow scripts to grab certain types of data dynamically from the server. A variable supports script flexibility in a potentially changing server environment. PHP scripts contain variables that are […]

Array is an important part in PHP and plays an indispensable role in creating any webpage. If you have any doubt in the use of Array in PHP than you should definitely read this blog.  We have created this blog to explain the use of Array in PHP in a easy way. Here I’m going […]

How to Setup or Install a WampServer on Windows?

WAMP SERVER WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and a MySQL database. It also comes with phpMyAdmin and SQLite Manager to easily manage your databases. 1. Download a copy of WAMP First you will need to download WAMP from www.wampserver.com You will have option to […]

Data Types or Value Types in JavaScript

This article discusses about the data and data types or value and value types in JavaScript. JavaScript recognizes 5 following given values. Values in JavaScript String: “I am Ravi Bhadauria” Number: 25, 25.35, -25.36 Boolean: true or false null: It is a special keyword in JavaScript denotes to a null value Undefined: A value that comes for top level and […]

How to Develop a Module in Drupal?

It is true that developing a module in Drupal is not child’s play but when it comes to an expert then it becos very easy. Although you must have basic knowledge of HTML, CSS, JavaScript, and PHP etc but here I will show you how you can develop a module in seconds. Let’s explore some […]

How to Upload and Maintain a Website?

Websites, in today’s time, are one of the easiest and efficient way to approach people and inform them about your company and services. Also, it is a great means to attract people towards your firm. But, along with the benefits of the websites, also comes a responsibility to optimize and maintain it as an un-optimized website may […]