PHP and MySQL everyday apps for dummies
PHP and MySQL Everyday Apps For Dummies is a one-stop reference providing all you need to build dynamic, real-world, ready-to-use apps with the popular PHP (a scripting language) and MySQL (a database system) software. The book is a hands-on, go-to-guide that Walks you through installing the applica...
Formato: | Libro electrónico |
---|---|
Idioma: | Inglés |
Publicado: |
Hoboken, NJ ; Chichester :
Wiley
2005.
|
Edición: | 1st edition |
Colección: | For Dummies
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627228506719 |
Tabla de Contenidos:
- PHP & MySQL Everyday Apps For Dummies; About the Author; Dedication; Author's Acknowledgments; Contents at a Glance; Table of Contents; Introduction; About This Book; Conventions Used in This Book; Foolish Assumptions; How This Book Is Organized; Icons Used in This Book; Where to Go from Here; Part I: Introducing Application Development; Chapter 1: Building Your Application; Understanding PHP and MySQL Versions; Using the Application Source Code; Modifying the Source Code; Planning Your Application; Chapter 2: Building in Application Security; Understanding Security Risks
- Building Security into Your PHP ScriptsMySQL Security; Using a Secure Web Server; Part II: Building a User Authentication Application; Chapter 3: User Authentication with HTTP; Understanding HTTP Authentication; Using HTTP Authentication with Apache; Designing an HTTP Authentication Application in PHP; Creating a User Database; Building the Authentication Application in PHP: The Procedural Approach; Building the Authentication Application in PHP: The Object-Oriented Approach; Chapter 4: User Login Application; Designing the Login Application; Creating the User Database
- Building the Login Web PageBuilding the Login Application: The Procedural Approach; Building the Login Application: The Object-Oriented Approach; Adding Features to the Application; Part III: Building Online Sales Applications; Chapter 5: Online Catalog Application; Designing the Online Catalog Application; Creating the Catalog Database; Building the Catalog Web Pages; Building the Online Catalog Application: Procedural Approach; Building the Online Catalog Application: The Object-Oriented Approach; Chapter 6: Shopping Cart Application; Designing the Shopping Cart Application
- Creating the Shopping Cart DatabaseBuilding the Shopping Cart Web Pages; Building the Shopping Cart Application: The Procedural Approach; Building the Shopping Cart Application: The Object-Oriented Approach; Adding Features to the Application; Part IV: Building Other Useful Applications; Chapter 7: Building a Content Management System; Designing the CMS Application; Creating the CMS Database; Designing the CMS Web Pages; Building the CMS Application: Procedural Approach; Building the CMS Application: Object-Oriented Approach; Enhancing the Content Management System
- Chapter 8: Hosting Discussions with a Web ForumDesigning the Forum Application; Creating the Forum Database; Building the Forum Web Pages; Building the Forum Application: Procedural Approach; Building the Forum Application: The Object-Oriented Approach; Possible Enhancements; Part V: The Part of Tens; Chapter 9: Ten Hints for Application Development; Plan First; Be Consistent; Test Code Incrementally; Remember Those Who Follow; Use Constants; Write Reusable Code; Separate Page Layout from Function; Don't Reinvent the Wheel; Use the Discussion Lists Frequently, but Wisely; Document Everything
- Chapter 10: Ten Sources of PHP Code