|
||||||||
Part I: Introducing Application DevelopmentChapter 1 in this part provides the information needed to use the applications in this book. It discusses PHP and MySQL versions, installing and modifying applications, and procedural versus object-oriented programming. Part II: Building a User Authentication Application This part provides information and code to build a user login application.I present two types of applications: user authentication using HTTP authentication (Chapter 3) and a user login application that allows users to register their own accounts, as well as log in to a secure Web site (Chapter 4). Part III: Building Online Sales Applications This part provides information and code for online sales applications. In Chapter 5, you find out how to write code for an application that provides an online catalog. Chapter 6 covers writing an application that allows customers to buy products from the catalog. Part IV: Building Other Useful Applications In Part IV, I present two other applications that you may find useful. In Chapter 7, I describe how to build a content management system (CMS). I describe how to build a Web forum in Chapter 8. Part V: The Part of Tens This part provides a useful list of important things to keep in mind when building an application (Chapter 9). I also provide a list of Web sites offering useful resources, such as code libraries, tutorials, articles, and so on (Chapter 10). Part VI: Appendixes This part provides instructions for object-oriented programming. Appendix A provides an introduction to the object-oriented programming features of PHP for people who know PHP, but are unfamiliar with the concepts and terminology of object-oriented programming. Appendix B describes the syntax of PHP object-oriented features for those who are familiar with object-oriented programming in another language. Appendix C provides information on PHP functions used to interact with MySQL. It provides tables for converting from mysql functions to mysqli functions and/or mysqli objects. Appendix D describes in detail what you can find on the CD accompanying this book. Download free pdf ebooks on php:PHP and MySQL Everyday Apps For Dummies
|
| More free ebooks | |
Free programing ebooks
Part I: Introducing Application Development