Complete PHP Programming

From Wikibooks, the open-content textbooks collection

(Redirected from Programming:Complete PHP)
Jump to: navigation, search

See also PHP Programming for a more basic introduction to the topics placed here

Contents

[edit] Introduction

While aiming at respecting the copyright of the official manual, this book will attempt to address as much of its contents as possible. This will provide both an open source reference on this great open source software, as well as allow for quick wiki-style improvements to the text. It will thus be easier to integrate new material rather than requiring the reader to pore through sequentially contributed user notes.

It aims to be both readable and comprehensive in order to serve as a beginning-to-advanced tutorial (though it is probably best that the reader first gain some basic experience, such as with PHP Programming) as well as a reference.

The book also seeks to provide an additional organization scheme and notes pertaining to Zend exam preparation.

[edit] Topics

[edit] Basic Syntax

[edit] Types

[edit] Variables

[edit] Constants

[edit] Expressions

[edit] Operators

[edit] Resources