Limit this search to....

Beginning PHP 5.3
Contributor(s): Doyle, Matt (Author)
ISBN: 0470413964     ISBN-13: 9780470413968
Publisher: Wrox Press
OUR PRICE:   $35.99  
Product Type: Paperback - Other Formats
Published: November 2009
Qty:
Annotation: The book explains how to install and configure PHP 6, how to get started with simple programs, and the basic building blocks of PHP such as variables, operators, expressions, arrays, and objects. It also looks at how PHP programs interact with Web servers and other technologies such as HTML, explores more in-depth PHP topics, and shows how to build robust Web applications. Each topic is illustrated with many working source code examples.

Important topics in the book:

Getting started with PHP

Exploring new features in PHP 6

Working with files, XML and MySQL

Building Web applications with PHP

Exploring the PEAR library

Handling e-mail and creating Web graphics

The book will be structured to provide a gentle, logical intro for beginners; correcting errors; and reworking many of the examples to explain concepts more clearly.

Additional Information
BISAC Categories:
- Computers | Software Development & Engineering - General
Dewey: 006.76
LCCN: 2009017149
Series: Wrox Programmer to Programmer
Physical Information: 1.63" H x 7.3" W x 9.26" (3.05 lbs) 840 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
This book is intended for anyone starting out with PHP programming. If you've previously worked in another programming language such as Java, C#, or Perl, you'll probably pick up the concepts in the earlier chapters quickly; however, the book assumes no prior experience of programming or of building Web applications.

That said, because PHP is primarily a Web technology, it will help if you have at least some knowledge of other Web technologies, particularly HTML and CSS.

Many Web applications make use of a database to store data, and this book contains three chapters on working with MySQL databases. Once again, if you're already familiar with databases in general -- and MySQL in particular -- you'll be able to fly through these chapters. However, even if you've never touched a database before in your life, you should still be able to pick up a working knowledge by reading through these chapters.