|
Contents at a Glance
Introduction ................................................................1
Part I: Say Hello to the PHP Scripting Language ...........7
Chapter 1: Getting to Know PHP ......................................................................................9
Chapter 2: Setting Up the Environment ........................................................................19
Chapter 3: CreatingYour First PHP Script ....................................................................35
Part II: Variables and Data ........................................51
Chapter 4: Using Variables in PHP Scripts ...................................................................53
Chapter 5: Working with Data ........................................................................................73
Chapter 6: Storing Data in Groups by Using Arrays ....................................................97
Part III: Basic PHP Programming .............................127
Chapter 7: Controlling the Flow of the Script ............................................................129
Chapter 8: Reusing PHP Code ......................................................................................157
Chapter 9: Object-Oriented Programming Meets PHP ..............................................177
Part IV: Common PHP Applications ...........................197
Chapter 10: The Basics of Web Applications .............................................................199
Chapter 11: Other Web Applications ..........................................................................223
Chapter 12: Storing Data with PHP ..............................................................................247
Chapter 13: PHP and Your Operating System ............................................................279
Chapter 14: PHP Extensions .........................................................................................303
Part V: The Part of Tens ...........................................319
Chapter 15: Ten Things to Look For When Troubleshooting a Script ....................321
Chapter 16: Ten PHP Resources You Can’t Live Without .........................................327
Part VI: Appendixes .................................................331
Appendix A:Installing PHP............................................................................................333
Appendix B: Useful PHPBuilt-in Functions.................................................................353
Index.......................................................................377
|