My Account
View Cart
Home
Community
Books & Videos
Safari Books Online
Conferences
Training
School of Technology
About
Complete List
Bestsellers
New Releases
Rough Cuts
Upcoming Titles
Ebooks
By Publisher
By Series
Out of Print
Order Info
Search
Search Tips
Tell a friend
Learning PHP & MySQL, Second Edition
Step-by-Step Guide to Creating Database-Driven Web Sites
By
Michele E. Davis
,
Jon A. Phillips
August 2007
Pages: 428
|
Table of Contents
|
Index
|
Sample Chapter
Table of Contents
Chapter 1
Dynamic Content and the Web
HTTP and the Internet
PHP and MySQL's Place in Web Development
The Components of a PHP Application
Integrating Many Sources of Information
Requesting Data from a Web Page
Questions
Chapter 2
Installation
Developing Locally
Working Remotely
Questions
Chapter 3
Exploring PHP
PHP and HTML Text
Coding Building Blocks
Questions
Chapter 4
PHP Decision-Making
Expressions
Operator Concepts
Conditionals
Looping
Questions
Chapter 5
Functions
Calling Functions
Defining Functions
Object-Oriented Programming
Questions
Chapter 6
Arrays
Array Fundamentals
Questions
Chapter 7
Working with MySQL
MySQL Database
Managing the Database
Using phpMyAdmin
Database Concepts
Structured Query Language
Questions
Chapter 8
Database Best Practices
Database Design
Backing Up and Restoring Data
Advanced SQL
Questions
Chapter 9
Getting PHP to Talk to MySQL
The Process
Querying the Database with PHP Functions
Using PEAR
Questions
Chapter 10
Working with Forms
Building a Form
Templates
Questions
Chapter 11
Practical PHP
String Functions
Date and Time Functions
File Manipulation
Calling System Calls
Questions
Chapter 12
XHTML
Why XHTML?
XHTML and XML Namespaces
XHTML Versions
Generating XHTML with PHP
Questions
Chapter 13
Modifying MySQL Objects and PHP Data
Changing Database Objects from PHP
Manipulating Table Data
Displaying Results with Embedded Links
Presenting a Form to Add and Process in One File
Updating Data
Deleting Data
Performing a Subquery
Questions
Chapter 14
Cookies, Sessions, and Access Control
Cookies
PHP and HTTP Authentication
Sessions
Using Auth_HTTP to Authenticate
Questions
Chapter 15
Security
Session Security
Questions
Chapter 16
Validation and Error Handling
Validating User Input with JavaScript
Pattern Matching
Redisplaying a Form After PHP Validation Fails
Questions
Chapter 17
Sample Application
Configuration File
Page Framework
Database
Displaying a Postings Summary
Displaying a Posting and Its Comments
Adding and Changing Posts
Adding and Changing Comments
Questions
Chapter 18
Finishing Your Journey
PHP Coding Standards
PEAR
Frameworks
Ajax
Wikis
Finding Help on the Web
Questions
Appendix
Solutions to Chapter Questions
Colophon
Return to
Learning PHP & MySQL