Next: What Is Roadsend PHP?, Previous: Introduction, Up: Introduction [Contents]
PHP is a popular computer programming language with the following major features:
PHP draws its syntax from other well known languages such as C, Java and Perl
PHP is suitable for a wide range of projects including online web applications, desktop GUI applications, interactive console programs, server side scripting, and stand alone web applications (distributed on a CD).
PHP can be embedded in HTML and includes support for interfacing with multiple Web Servers and Databases
The popularity of PHP ensures the availability of a great deal of documentation, instructional articles and a helpful development community
Variable types (string, int, array, etc) do not have to be declared before use and any variable can hold any type
Memory will automatically be allocated as needed and freed when no longer in use
PHP includes an extensive runtime library for working with strings, arrays, files, math, networks, and databases to name a few.
Supports both the Object Oriented and Procedural programming paradigms