Amazon.co.uk Review
PHP is attracting a lot of attention as an open-source alternative to Microsoft's Active Server Page technology. PHP scripts run on the server, so there is no browser compatibility issue. It is most often used with the Apache Web server running on Unix, but there is a Windows version as well.
This slim quick reference is a handy companion for all PHP developers. The author, Rasmus Lerdorf, is the creator of PHP, and PHP Pocket Reference is truly authoritative. It does not assume any prior knowledge and explains basics like how to embed PHP script in HTML, how to use variables, which data types PHP supports, all the PHP operators, and control structures such as if statements and while loops. There are examples of form handling and integration with the MySQL database server, often used with PHP. The book continues with a comprehensive reference to all the PHP functions, organized by function type. Categories include ODBC, Oracle, Date and Time, Graphics, Encryption and XML.
PHP Pocket Reference is best suited to experienced programmers. One annoying feature is the lack of an index, although with only just over 100 pages it isn't too difficult to find what you are looking for.--Tim Anderson
Product Description
PHP is an open-source, HTML-embedded scripting language that allows you to handle tasks such as processing form input and working with databases directly in your HTML pages, rather than through CGI scripts. The PHP Pocket Reference is both a handy introduction to PHP syntax and structure and a quick reference to the vast array of functions provided by PHP. This small book acts as a perfect tutorial for learning the basics of developing Web applications with PHP.
See all Product Description