Scripting language

October 13th, 2010

A scripting language is a form of programming language that is interpreted by another program at runtime rather than …
Read More…

Static Website and Dynamic Website

October 13th, 2010

A static website is a website that contains the same information for all users. Although it may be …
Read More…

PHP – Variables

October 13th, 2010

Variables are used for storing values, like text strings, numbers or arrays.

In PHP you define a variable with …
Read More…

PHP Syntax

October 13th, 2010

A PHP scripting block always starts with <?php and ends with ?>. A PHP scripting block can be placed …
Read More…

First PHP Page

October 13th, 2010

PHP is an HTML-embedded scripting language. You use PHP by inserting PHP code inside the HTML page that makes …
Read More…