PHP (Hypertext Preprocessor)

A Hypertext Preprocessor (PHP) is a widely used open source general purpose scripting language that is especially suited for web development and can be embedded into HTML. When a website visitor accesses a PHP page, the web server processes which can output HTML to the webpage.

Reference Definition by the Wikipedia: PHP is a server-side scripting language designed primarily for web development but is also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Development Team. PHP originally stood for Personal Home Page, but it now stands for the recursive acronym PHP: Hypertext Preprocessor. PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable.

Related Definitions in the Project: The Computer Technology 

Posted in Technology and tagged .

ThePD (The Project Definition)

ThePD has been developing the Preferred Project Definitions based on the actual project execution and operation experiences and knowledge with the Project Language, and sharing with you daily basis.