|
PHP is a server-side language and the main alternative to ASP. PHP is open-source and as a result many PHP scripts are distributed as freeware which has led to it becoming the most widely used server-side language.
With PHP you are not limited to outputting HTML. PHP's abilities include outputting images, PDF files, and even Flash movies (using libswf and Ming) generated on the fly. You can also output any text, such as XHTML and any other XML file. PHP can automatically generate these files, and save them in the file system, instead of printing it out, forming a server-side cache for dynamic content.
One of the strongest and most significant features in PHP is its support for a wide range of databases, such as MySQL, PgSQL, FilePro, ODBC, mSQL and many others.
|