Wolverine Books
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » General » PHP and MySQL Web Development (4th Edition) (Developer's Library)  
Categories
Books
DVDs
Music
Magazines
VHS
Food
Jewelry
Apparel
Sporting Goods
Outdoor

BlogRoll

Travel With Books

Related Categories
• General
SQL
Databases
Computers & Internet
Subjects
• Database Design
Databases
Computers & Internet
Subjects
Books
• MySQL & mSQL
Specific Databases
Databases
Computers & Internet
Subjects
• General
Databases
Computers & Internet
Subjects
Books
• Databases
Software
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• General
Programming
Computers & Internet
Subjects
Books
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• PHP
Programming
Web Development
Computers & Internet
Subjects
• Database Storage & Design
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Hardcover
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books

PHP and MySQL Web Development (4th Edition) (Developer's Library)

PHP and MySQL Web Development (4th Edition) (Developer's Library)
Authors: Luke Welling, Laura Thomson
Publisher: Addison-Wesley Professional
Category: Book

List Price: $49.99
Buy New: $31.49
You Save: $18.50 (37%)



Avg. Customer Rating: 4.5 out of 5 stars 174 reviews
Sales Rank: 21164

Media: Hardcover
Edition: 4
Number Of Items: 1
Pages: 1008

ISBN: 0672329166
Dewey Decimal Number: 005.2762
EAN: 9780672329166
ASIN: 0672329166

Publication Date: October 10, 2008  (In 4 Days)
Shipping: Eligible for Super Saver Shipping
Availability: Not yet published

Also Available In:

  • Paperback - PHP and MySQL Web Development (3rd Edition) (Developer's Library)
  • Paperback - PHP and MySQL Web Development
  • Digital - PHP and MySQL Web Development (3rd Edition) (Developer's Library)
  • Kindle Edition - PHP and MySQL Web Development

Similar Items:

  • Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional)
  • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (Visual Quickpro Guide)
  • CSS Mastery: Advanced Web Standards Solutions
  • JavaScript Definitive Guide
  • Web Database Applications with PHP & MySQL, 2nd Edition

Editorial Reviews:

Amazon.com Review
The PHP server-side scripting language and the MySQL database management system (DBMS) make a potent pair. Both are open-source products--free of charge for most purposes--remarkably strong, and capable of handling all but the most enormous transaction loads. Both are supported by large, skilled, and enthusiastic communities of architects, programmers, and designers. PHP and MySQL Web Development introduces readers (who are assumed to have little or no experience with the title subjects) to PHP and MySQL for the purpose of creating dynamic Internet sites. It teaches the same skills as introductory Active Server Pages (ASP) and ColdFusion books--technologies that address the same niche.

Authors Luke Welling and Laura Thomson's technique aims to get readers going on their own projects as soon as possible. They present easily digestible sections on specific technical processes--"Accessing array contents" and "Using encryption with PHP" are two examples. Each section centers on a sample program that strips the task at hand down to its essentials, enabling the reader to fit the process into his or her own solutions as required. Tables that list options and other nuggets of reference material appear as well, but the many examples and the authors' commentary on them take center stage.

For reference material on MySQL, have a look at Paul DuBois's MySQL. On the PHP side, Web Application Development with PHP 4.0 is excellent. --David Wall

Topics covered:

  • The MySQL database server (for both Unix and Windows)
  • Accessing MySQL databases through PHP scripting (the letters don't really stand for anything)
  • Database creation and modification
  • PHP tricks in order of increasing complexity--everything from basic SQL queries to secure transactions for commerce
  • Authentication
  • Network connectivity
  • Session management
  • Content customization


Product Description
PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications.

PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server.

This practical, hands-on book includes numerous examples that demonstrate common tasks such as authenticating users, constructing a shopping cart, generating PDF documents and images dynamically, sending and managing email, facilitating user discussions, connecting to Web services using XML, and developing Web 2.0 applications with Ajax-based interactivity.

The fourth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP 5 through version 5.3, such as namespaces and closures, as well as features introduced in MySQL 5.1.





Customer Reviews:   Read 169 more reviews...

4 out of 5 stars Extremely interesting book but !   June 3, 2008
 2 out of 2 found this review helpful

I find this book very easy to understand and follow. The code is well explained except in some cases. For example the Page Class in Listing 6.1 uses the function htmlentities() but this function was not defined anywhere so it is left up to the reader to guess its implementation. I find this very frustrating. Also in the section on regular expressions on page 126 it is said "Note that when a dot is used at the beginning or en of a character class, it loses its special wildcard meaning and becomes just a literal dot". But just below this sentence we find that the dot is escaped with a backslash when validating the email so a very frustrating contradiction. Also in the listing 19.1 when it gets the stock quote using a regular expression. This stock quote is retrieved from the second element of the array $quote as $quote[1]. Why not the first element of this array as $quote[0]? I'm confused here!. I haven't finished the book yet but I found these errors very frustrating. That's why I give this book 4 stars and not 5. I'll keep reading and hopefully I won't find more inconsistencies and contradictions.


5 out of 5 stars The ONLY Book You Will Ever Need To Master PHP/MySQL   April 24, 2008
 2 out of 2 found this review helpful

I cracked open this book knowing only basic HTML. About halfway through it, I was a website developer. By the end of the book, I was a website professional with highly sought after skills.

This book is not only written well, but is written in a manner that kept my short-spanned attention all the way through with plenty of momentum. Possibly the only computer book I have ever read all the way through.



5 out of 5 stars Perfect   April 5, 2008
 1 out of 1 found this review helpful

Everything about this book is wonderful, it also includes an electronic version of the whole book in PDF format so you don't have to carry it with you if you don't want to. This book is definitely a very understandable book and it uses real-life examples of how to do certain projects. Excellent buy!


4 out of 5 stars A Great Book with One Flaw   March 30, 2008
 4 out of 4 found this review helpful

This book is great for teaching you how to use PHP and MySQL. The one thing I don't like are the examples; they contain formatting that really belongs in a CSS file. The effect is to make the examples hard to read because they are full of extraneous code, particularly in the case of table elements because inline styles don't cascade to their cells...

Given the excellence of this book, I feel this is a huge oversight. The examples should contain only code related to content, not formatting. In the next edition, please remove the inline styles, move them to a stylesheet, and show us how to use php to dynamically create stylesheets!



2 out of 5 stars release date...   December 16, 2007
 0 out of 18 found this review helpful

I order this book and been waiting and waiting. The date came for the book to arrvie and no book. So, a few days went on and still no book. I call the 1 800 number to see whats the problem and they change the date. So now i have to wait another 2-3 weeks for this book. We will see what happens when 2-3 week comes...

Powered by Associate-O-Matic

Contact Wolverine Books