文档介绍:Build Your Own Database-Driven Website
Using PHP & MySQL
by Kevin Yank ISBN:095
7921810
SitePoint © 2003
This book is a hands-on guide to learning all
the tools, principles, and techniques needed to
build a fully functional database-driven Web
site using PHP and MySQL from scratch.
Table of Contents
Build Your Own Database Driven Website Using PHP & MySQL
Introduction
Chapter 1 - Installation
Chapter 2 - Getting Started with MySQL
Chapter 3 - Getting Started with PHP
Chapter 4 - Publishing MySQL Data on the Web
Chapter 5 - Relational Database Design
Chapter 6 - A Content Management System
Chapter 7 - Content Formatting and Submission
Chapter 8 - MySQL Administration
Chapter 9 - Advanced SQL
Chapter 10 - Advanced PHP
Chapter 11 - Storing Binary Data in MySQL
Chapter 12 - Cookies and Sessions in PHP
Appendix A - MySQL Syntax
Appendix B - MySQL Functions
Appendix C - MySQL Column Types
Appendix D - PHP Functions for Working with MySQL
Index
List of Figures
List of Tables
List of Sidebars
Back Cover
PHP & MySQL are the most widely used open source database and
scripting technologies on the Web today. As a Web developer you can
demand a lot more $$$ for your time if you can master PHP & MySQL.
Build Your Own Database Driven Website Using PHP & MySQL is a
practical hands-on guide to learning all the tools, principles and techniques
needed to build a fully functional database driven Website using PHP &
MySQL.
This book covers everything from installing PHP & MySQL under Windows,
Linux, and Mac through to building a live Web-based content management
system. While this is essentially a beginners book, it also covers more
advanced topics such as the storage of binary data in MySQL, and cookies
and sessions in PHP. plete with a set of handy reference
guides for PHP & MySQL which include:
MySQL Syntax
MySQL Functions
MySQL Column Types, and
PHP Functions for working with MySQL, and