PHP and MySQL create-modify-reuse

Learn everything about the dynamic power of PHP and MySQL in real-world applications with the practical information and step-by-step instructions in PHP and MySQL: Create - Modify - Reuse. The authors, experts in tune with common web development tasks, will guide you through several projects that ar...

Descripción completa

Detalles Bibliográficos
Autor principal: Boronczyk, Tim, 1979- (-)
Otros Autores: Psinas, Martin E.
Formato: Libro electrónico
Idioma:Inglés
Publicado: Indianapolis, IN : Wiley Pub c2008.
Edición:1st edition
Colección:Create-modify-reuse guides.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626885306719
Tabla de Contenidos:
  • PHP and MySQL Create-Modify-Reuse; About the Author; About the Contributor; Credits; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: User Registration; Plan the Directory Layout; Planning the Database; Writing Shared Code; User Class; CAPTCHA; Templates; Registering a New User; E-mailing a Validation Link; Logging In and Out; Changing Information; Forgotten Passwords; Summary; Chapter 2: Community Forum; Design of the Forum; Designing the Database
  • Working with Permissions and Bitwise OperatorsUpdating the User Class; Code and Code Explanation; Adding Forums; Adding Posts; Displaying Forums and Posts; Avatars; BBCode; Summary; Chapter 3: Mailing List; Design of the Mailing List; Choosing POP3; Designing the Database; Code and Code Explanation; Setting Up the Mailing List; Summary; Chapter 4: Search Engine; Designing the Search Engine; Problems with Full-Text Search; Designing the Database; Code and Code Explanation; Summary; Chapter 5: Personal Calendar; Designing the Application; Designing the Database; Code and Code Explanation
  • SummaryChapter 6: Ajax File Manager; Design of the Ajax File Manager; JavaScript and Ajax; Code and Code Explanation; Summary; Chapter 7: Online Photo Album; Design of the Online Photo Album; Code and Code Explanation; QuickTime Thumbnails; Thumbnail Caching; Summary; Chapter 8: Shopping Cart; Designing the Shopping Cart; Designing the Database; Code and Code Explanation; Summary; Chapter 9: Web Site Statistics; Determining What to Collect; Designing the Database; Obtaining Data; Code and Code Explanation; Summary; Chapter 10: News/Blog System; Tables; Adding Posts; Generating the RSS
  • Displaying PostsAdding Comments; Summary; Chapter 11: Shell Scripts; Designing the Script; General Shell Scripting Advice; Code and Code Explanation; The Skeleton; Summary; Chapter 12: Security and Logging; Cross-Site Scripting; Path Traversal; Injection; Weak Authentication; Logging; Preventing Accidental Deletes; Summary; Index