background preloader

Php

Facebook Twitter

DaniWeb. DevNetwork Forums • Index page. PHP Manual. PHP Tutorials. PHP Developers Sharing Knowledge Since 1999 | PHPBuilder.com. Practical PHP Programming. PHP Essentials. PHP Programming - Wikibooks. PHP is a scripting language designed to fill the gap between SSI (Server Side Includes) and Perl, intended for the web environment. Its principal application is the implementation of web pages having dynamic content. PHP has gained quite a following in recent times, and it is one of the frontrunners in the Open Source software movement. Its popularity derives from its C-like syntax, and its simplicity. PHP is currently divided into two major versions: PHP 4 and PHP 5, although PHP 4 is deprecated and is no longer developed or supplied with critical bug fixes. PHP 6 is currently under development.

If you've ever been to a website that prompts you to login, you've probably encountered a server-side scripting language. Basically, PHP allows a static webpage to become dynamic. Before you embark on the wonderful journey of Server Side Processing, it is recommended that you have a basic understanding of the HyperText Markup Language. Setup and Installation Learning the Language The Basics.