本书共分12个章节,主要对PHP & MySQL知识作了介绍,在这里,你可以了解验证表单、使用会话ID和cookies工作、执行数据库查询和联接、处理文件I/O操作等等。它是一本快捷实用的指南,让你的动态网站快速运行。可供各大专院校作为教材使用,也可供从事相关工作的人员作为参考用书使用。
准备好把你的静态HTML网页提升到下一个层次并使用:PHP和IMySQL建立数据库驱动的网站了吗?《深入浅出PHP&MySQL》是一本快捷实用的指南,让你的动态网站快速运行。自己动手建立实际应用程序,从视频游戏高分留言板到在线交友网站。当你完成后,你将可以进行验证表单、使用会话ID和cookies工作、执行数据库查询和联接、处理文件I/O操作等等。
Intro
1 It's Alive: Add Life to Your Static Pages
2 How It Fits Together: Connecting to MySQL
3 Creating Your Own Data: Create and Populate a Database
4 Your Application on the Web: Realistic and Practical Applications
5 When a Database Just Isn't Enough: Working With Data Stored in Files
6 AssumeThey'reAllOuttoGetYou:SecuringYourApplication
7 Remember Me?: Building Personalized Web Apps
7 1/2 Sharing is Caring: Eliminate Duplicate Code
8 Harvesting Data: Control Your Data, Control Your World
9 Better Living Through Functions: String and Custom Functions
10 Rules for Replacement: Regular Expressions
11 Drawing Dynamic Graphics: Visualizing Your Data... and Moret
12 Interfacing to the World: Syndication and Web Services
i The Top Ten Topics (We Didn't Cover): Leftovers
ii A Place to Play: Set Up a Development Environment
iii Get Even More: Extend Your PHP