Skip to content

PHP Pocket Reference

Best in textbook rentals since 2012!

ISBN-10: 0596004028

ISBN-13: 9780596004026

Edition: 2nd 2002

Authors: Rasmus Lerdorf

List price: $9.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Simple, to the point, and compact--in fact, exactly what you've come to expect in an O'Reilly Pocket Reference--the second edition of "PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4. Written by the founder of the PHP Project, Rasmus Lerdorf, "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. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily; the slim size means you can keep it handy beside your keyboard for those times when you want to look up a function quickly without closing what you're…    
Customers also bought

Book details

List price: $9.95
Edition: 2nd
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 11/21/2002
Binding: Paperback
Pages: 140
Size: 4.25" wide x 6.75" long x 0.50" tall
Weight: 0.286

Rasmus Lerdorf started the PHP Project back in 1995 and has been actively involved in PHP development ever since. Also involved in a number of other open source projects, Rasmus is a longtime Apache contributor and foundation member. He is the author of the first edition of the PHP Pocket Reference, and the co-author of the first edition of Programming PHP.

Introduction
Installation and Configuration
Embedding PHP in HTML
Including Files
Language Syntax
Variables
Dynamic Variables
Data Types
Integers
Floating Point Numbers
Strings
Booleans
Arrays
Objects
Type Casting
Expressions
Operators
Control Structures
if
switch
while
do/while
for
foreach
Functions
Passing Arguments to Functions
Variable Scope
Static Variables
Web-Related Variables
Sessions
Examples
Showing the Browser and IP Address
Intelligent Form Handling
Web Database Integration
Function Reference