PHP Pocket Reference

Simple, to the point, and compact, the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4, the language's latest version. It is both a handy introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily.




PHP (PHP Hypertext Preprocessor) is a web scripting language. It was specifically designed to solve "the web problem." PHP is easy to learn because it builds on the bits and pieces that most people already know. The pieces that you don't know are filled in by excellent online documentation and many high-quality books. This simple approach to solving the web problem has caught on with an amazing number of people.
This pocket reference further simplifies things by focusing on the absolute essentials. It provides an overview of the main concepts needed for most web applications, followed by quick reference material for most of the main PHP functions.

PHP Pocket Reference, 2nd Edition
By Rasmus Lerdorf
   
Publisher : O'Reilly
Pub Date : November 2002
ISBN : 0-596-00402-8
Pages : 144


     Copyright
     Chapter 1.  PHP Pocket Reference
        Section 1.1.  Introduction
        Section 1.2.  Installation and Configuration
        Section 1.3.  Embedding PHP in HTML
        Section 1.4.  Language Syntax
        Section 1.5.  Variables
        Section 1.6.  Data Types
        Section 1.7.  Expressions
        Section 1.8.  Operators
        Section 1.9.  Control Structures
        Section 1.10.  Functions
        Section 1.11.  Web-Related Variables
        Section 1.12.  Sessions
        Section 1.13.  Examples
        Section 1.14.  Function Reference

0 comments:

Post a Comment