PHP 6 and MySQL 6 Bible

MySQL is the leading open source database on the market and PHP continues to dominate the server side of the scripting market-together, they are the most popular and common team for creating dynamic, database-driven web sites. This comprehensive book covers the newest version of PHP and MySQL and is...

Descripción completa

Detalles Bibliográficos
Otros Autores: Suehring, Steve, author (author), Converse, Tim, 1961-, author, Park, Joyce, author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Indianapolis, Indiana : Wiley 2009.
Edición:1st edition
Colección:Bible
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627462906719
Tabla de Contenidos:
  • ""PHP6 and MySQL Bible""; ""About the Authors""; ""Credits""; ""Acknowledgments""; ""Contents at a Glance""; ""Contents""; ""Introduction""; ""What Is PHP?""; ""Why PHP?""; ""Whatâ€?s New in This Edition?""; ""Whom This Book Is For""; ""This Book Is Not the Manual""; ""How the Book Is Organized""; ""Conventions Used in This Book""; ""What the Icons Mean""; ""Part I: Introducing PHP""; ""Chapter 1: Why PHP and MySQL?""; ""What Is PHP?""; ""What Is MySQL?""; ""Deciding on a Web Application Platform""; ""Summary""; ""Chapter 2: Server-Side Scripting Overview""; ""Static HTML""
  • ""Client-Side Technologies""""Server-Side Scripting""; ""What Is Server-Side Scripting Good For?""; ""Summary""; ""Chapter 3: Getting Started with PHP""; ""Installing PHP""; ""Whatâ€?s to Come?""; ""Your HTML Is Already PHP-Compliant!""; ""Escaping from HTML""; ""Summary""; ""Chapter 4: Learning PHP Syntax and Variables""; ""PHP Is Forgiving""; ""HTML Is Not PHP""; ""PHPâ€?s Syntax Is C-Like""; ""Comments""; ""Variables""; ""Types in PHP: Donâ€?t Worry, Be Happy""; ""Type Summary""; ""The Simple Types""; ""Output""; ""Summary""; ""Chapter 5: Learning PHP Control Structures and Functions""
  • ""Boolean Expressions""""Branching""; ""Looping""; ""Alternate Control Syntaxes""; ""Terminating Execution""; ""Using Functions""; ""Function Documentation""; ""Defining Your Own Functions""; ""Functions and Variable Scope""; ""Function Scope""; ""Summary""; ""Chapter 6: Passing Information with PHP""; ""HTTP Is Stateless""; ""GET Arguments""; ""A Better Use for GET-Style URLs""; ""POST Arguments""; ""Formatting Form Variables""; ""PHP Superglobal Arrays""; ""Summary""; ""Chapter 7: Learning PHP String Handling""; ""Strings in PHP""; ""String Functions""; ""Summary""
  • ""Chapter 8: Learning Arrays""""The Uses of Arrays""; ""What Are PHP Arrays?""; ""Creating Arrays""; ""Retrieving Values""; ""Multidimensional Arrays""; ""Inspecting Arrays""; ""Deleting from Arrays""; ""Iteration""; ""Summary""; ""Chapter 9: Learning PHP Number Handling""; ""Numerical Types""; ""Mathematical Operators""; ""Simple Mathematical Functions""; ""Randomness""; ""Summary""; ""Chapter 10: PHP Gotchas""; ""Installation-Related Problems""; ""Rendering Problems""; ""Failures to Load Page""; ""Parse Errors""; ""Missing Includes""; ""Unbound Variables""; ""Function Problems""
  • ""Math Problems""""Timeouts""; ""Summary""; ""Part II: MySQL Database Integration""; ""Chapter 11: Introducing Databases and MySQL""; ""What Is a Database?""; ""Why a Database?""; ""PHP-Supported Databases""; ""Our Focus: MySQL""; ""Summary""; ""Chapter 12: Installing MySQL""; ""Obtaining MySQL""; ""Installing MySQL on Linux""; ""Installing MySQL on Microsoft Windows""; ""Summary""; ""Chapter 13: Learning Structured Query Language (SQL)""; ""Relational Databases and SQL""; ""SQL Standards""; ""The Workhorses of SQL""; ""Database Design""; ""Privileges and Security""; ""Summary""
  • ""Chapter 14: Learning Database Administration and Design""