PHP 5
PHP (a recursive acronym for "PHP: Hypertext Preprocessor") is a very popular and widely used open source scripting environment that is used for web development. It is similar to ASP, but, some would argue, is much easier to learn and implement without lacking any power for more professional users/programmers. PHP is embedded into standard HTML and runs server-side, so, unlike client-side scripting like JavaScript, end users will not be able to see your PHP code.
If you are interested in learning more about PHP, see the PHP manual at PHP.net.
PHP (Hypertext Preprocessor) is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications.
PHP 5 offers a number of new features aimed at simplifying development with the language. This version includes the introduction of exception handling, the Standard PHP Library (SPL), enhanced support for XML, reflection and many enhancements to object-oriented programming features.
To learning more about PHP, visit http://www.php.net. The PHP Manual is available online at http://www.php.net/docs.php.
* PHP 5 available by default, but can be changed during the order process.
go back