Syndetics cover image
Image from Syndetics

Beginning PHP and MySQL : from novice to professional / W. Jason Gilmore.

By: Language: English Series: The expert's voice in Web developmentPublisher: Berkeley, Calif. Apress ; New York : Distributed to the book trade worldwide by Springer-Verlag, cop. 2008Edition: 3. edDescription: xxxiv, 1044 s. ill. 24 cmISBN:
  • 9781590598627
  • 1590598628
Subject(s): DDC classification:
  • 005.133 22
  • 005.756
LOC classification:
  • QA76.73.P224
Other classification:
  • Pucbb
  • Pubbz PHP
  • Pubdhz MySQL
Holdings
Item type Current library Shelving location Call number Status Date due Barcode Item holds
Book Biblioteket HKR Biblioteket 005.13 Gilmore Available 11156000166487
Total holds: 0

Enhanced descriptions from Syndetics:

Beginning PHP and MySQL: From Novice to Professional, Third Edition offers a comprehensive introduction to two of the most prominent open-source technologies on the planet: the PHP scripting language and the MySQL database server. Updated to introduce the features found in MySQL's most significant release to date, readers will learn how to take advantage of the features of both technologies to build powerful, manageable, and stable web applications.

Essentially three books in one, readers will not only profit from extensive introductions to the core features of each technology, but also learn how to effectively integrate the two in order to build robust data-driven applications. Packed with practical examples and insight into the real-world challenges faced by developers based on author W. Jason Gilmore's seven years of expertise working with these technologies, readers will repeatedly return to this book as both a valuable instructional tool and reference guide.

What you'll learn The PHP language How to back your web site with MySQL Templating so that you can apply a consistent design across all pages on your site How to authenticate your web site users How to use cookies to maintain information (such as items in a shopping cart) while a user is browsing your site Who this book is for

This book is written for developers seeking to take advantage of the PHP language and MySQL database to create powerful web applications.

Table of contents provided by Syndetics

  • About the Author
  • About the Technical Reviewers
  • Ackowledgements
  • Introduction
  • Introducing PHP
  • Configuring Your Environment
  • PHP Basics
  • Functions
  • Arrays
  • Object-Oriented PHP
  • Advanced OOP Features
  • Error and Exception Handling
  • Strings and Regular Expressions
  • Working with the File and OPerting System
  • PEAR
  • Date and Time
  • Forms
  • Authenticating Your Users
  • Handling File Uploads
  • Networking
  • PHP and LDAP
  • Session Hnadlers
  • Templating with Smarty
  • Web Services
  • Secure PHP Programming
  • SQLite
  • Building Web Sites for the World
  • MVC and the Zend Framework
  • Introducing MySQL
  • Installing and Configuring MySQL
  • The Many MySQL Clients
  • MySQL Storage Engines and Datatypes
  • Securing MySQL
  • Using PHP with MySQL
  • Introducing PDO
  • Stored Routines
  • MySQL Triggers
  • MySQL Views
  • Practical Database Queries
  • Indexes and Searching
  • Transactions
  • Importing and Exporting Data
  • Index