Skip to content

Beginning PHP 5. 3

Best in textbook rentals since 2012!

ISBN-10: 0470413964

ISBN-13: 9780470413968

Edition: 2010

Authors: Matt Doyle, Doyle

List price: $65.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!

Description:

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 PHPExploring new features in PHP 6Working with files, XML and MySQLBuilding Web applications with PHPExploring the PEAR libraryHandling e-mail and creating Web graphicsThe book will be structured to provide a…    
Customers also bought

Book details

List price: $65.95
Copyright year: 2010
Publisher: John Wiley & Sons, Incorporated
Publication date: 10/9/2009
Binding: Paperback
Pages: 840
Size: 7.50" wide x 9.20" long x 1.80" tall
Weight: 3.036
Language: English

Matt Doyle has worn many hats in his professional career, including working in the fields of system administration, computer training, software development, graphic design, and website creation.

Introduction
I Getting Up and Running With PHP.
Introducing PHP
Your First PHP Script
II Learning The Languages.
PHP Language Basics
Decisions and Loops
Strings
Arrays
Functions
Objects
III Using PHP In Practice.
Handling HTML Forms With PHP
Preserving State With Query Strings, Cookies and Sessions
Working With Files and Directories
Introducing Databases and SQL
Retrieving Data From MySQL With PHP
Manipulating MySQL Data with PHP
Making Your Job Easier With PEAR
PHP and the Outside World
Generating Images With PHP
String Matching with Regular Expressions
Working With XML
Writing High Quality Code
Index