Posts

Showing posts with the label why we use PHP

Introduction of PHP server scripting language.

Image
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP scripts are executed on the server. What You Should Already Know Before you continue you should have a basic understanding of the following: ·          HTML ·          CSS ·          JavaScript If you want to study these subjects first, find the tutorials on our Home page. What is PHP? ·          PHP is an acronym for "PHP: Hypertext Preprocessor" ·          PHP is a widely-used, open source scripting language ·          PHP scripts are executed on the server ·          PH...