Overview of Java Server Pages

JSP or Java Server Pages is a server side programming language which provides dynamic platform for developing building web applications. JSP is a part of Java technology family, which enables rapid development of web applications. JSP separates user interface and content generation, enable easy managing of Interface and content generation part.

Getting started with PHP

Before starting use of PHP for developing websites its necessary that you should know about the basics of language. So, here we are trying to explain basics related to PHP programming.

1. Variable
A variable is basic element of a programming language. Variable is a main way to store information within a PHP program. The important things about variables in PHP is explained as following: