PHP and MySQL Web Development, 4/e and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

40 used & new from $1.25

Have one to sell? Sell yours here
 
 
PHP and MySQL Web Development
 
 
Start reading PHP and MySQL Web Development, 4/e on your Kindle in under a minute.

Don’t have a Kindle? Get your Kindle here.
 
  

PHP and MySQL Web Development (Paperback)

~ (Author), (Author)
4.4 out of 5 stars  See all reviews (210 customer reviews)


Available from these sellers.


8 new from $22.76 32 used from $1.25

Formats

Amazon Price New from Used from
  Kindle Edition $26.03 -- --
  Paperback $32.54 $28.53 $27.00
  Paperback, March 30, 2001 -- $22.76 $1.25

Customers Who Bought This Item Also Bought

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

by William Steinmetz
4.6 out of 5 stars (15)  $19.77
MySQL (4th Edition)

MySQL (4th Edition)

by Paul DuBois
4.6 out of 5 stars (117)  $31.49
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

by Larry Ullman
4.5 out of 5 stars (152)  $29.69
Beginning PHP and MySQL: From Novice to Professional, Third Edition

Beginning PHP and MySQL: From Novice to Professional, Third Edition

by W. Jason Gilmore
4.2 out of 5 stars (107)  $31.01
PHP Cookbook

PHP Cookbook

by David Sklar
4.5 out of 5 stars (40)  $29.69
Explore similar items

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


Review

“This book by Welling & Thomson is the
only one which I have found to be indispensable.
The writing is clear and straightforward
but never wastes my time.The book is
extremely well laid out.The chapters are the
right length and chapter titles quickly take
you where you want to go.”
—Wright Sullivan, President,A&E
Engineering, Inc., Greer South Carolina

“There are several good introductory
books on PHP, but Welling & Thomson is an
excellent handbook for those who wish to
build up complex and reliable systems. It’s
obvious that the authors have a strong background
in the development of professional
applications and they teach not only
the language itself, but also how to use it
with good software engineering practices.”
—Javier Garcia, senior telecom engineer,
Telefonica R&D Labs, Madrid

“This book rocks! I am an experienced
programmer, so I didn’t need a lot of help
with PHP syntax; after all, it’s very close to
C/C++. I don’t know a thing about
databases, though, so when I wanted to
develop a book review engine (among
other projects) I wanted a solid reference
to using MySQL with PHP. I have
O’Reilly’s mSQL and MySQL book, and
it’s probably a better pure-SQL reference,
but this book has earned a place on my
reference shelf…Highly recommended.”
—Paul Robichaux

“The true PHP/MySQL bible, PHP
and MySQL Web Development by Luke
Welling and Laura Thomson, made me
realize that programming and databases are
now available to the commoners. Again, I
know 1/10000th of what there is to know,
and already I’m enthralled.”
—Tim Luoma,TnTLuoma.com

--This text refers to an alternate Paperback edition.

Product Details

  • Paperback: 896 pages
  • Publisher: Sams; Book & CD edition (March 30, 2001)
  • Language: English
  • ISBN-10: 0672317842
  • ISBN-13: 978-0672317842
  • Product Dimensions: 9.1 x 7.4 x 2.1 inches
  • Shipping Weight: 3.2 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (210 customer reviews)
  • Amazon.com Sales Rank: #557,950 in Books (See Bestsellers in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Look Inside This Book


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

 

Customer Reviews

210 Reviews
5 star:
 (140)
4 star:
 (40)
3 star:
 (12)
2 star:
 (16)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (210 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
207 of 213 people found the following review helpful:
5.0 out of 5 stars Complete resource for practical PHP/MySQL Web applications, July 14, 2001
By A Customer
Amazon Verified Purchase(What's this?)
This is such a good book that I wanted to take the time to write a review and give it 5 stars, which it richly deserves. The other glowing reviews helped me to choose this book over others, and they were right on the money.

I'm an experienced C/C++ programmer on Windows, but I knew nothing about PHP and MySQL -- and very little about Apache and Unix -- prior to opening this book. I've now read about 80% of it and, in the process, I've built a commercial-grade Website with user registration and shopping cart facilities, which was my objective. Reading this book was a very efficient use of my time -- it gave me exactly what I needed to build a practical Web application system with PHP and MySQL, and very little extraneous stuff.

The main prerequisite for this book is a working knowledge of HTML, and just a little background in procedural programming. Some of the earliest examples use HTML tags for tables and forms, with PHP use thoroughly explained, but without many notes on the HTML. A beginning programmer can learn effectively from this book, but as an experienced programmer I felt that it also worked well to bring me up to speed quickly on a new language.

Another value of this book not mentioned in other reviews are the many good recommendations for organizing your PHP code (applying basic software engineering principles) as your Web application gets larger and more complex. Many, many Websites have been built haphazardly and are now difficult to maintain because they haven't followed the excellent advice in this book.

I did notice the typos mentioned by other reviewers, but after reading 80% of this (867-page) book I feel they are very minor and really do not detract from the book significantly at all.

All in all, this is one of those rare books that is probably worth ten times the amount that you pay for it, and much more if you use it effectively.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
109 of 114 people found the following review helpful:
5.0 out of 5 stars Sams vs. O'Reilly PHP & MySQL books: Which one to buy?, October 14, 2002
By macktheknife (Northern, CA) - See all my reviews
I have just started learning some PHP & MySQL development using "PHP & MySQL Web Development" published by Sams and "Web Database Applications with PHP & MySQL" from O'Reilly. Prospective readers might be wondering the difference between the two in deciding which one to buy, so I hope to shed some light on the issue.

Sams: The Welling and Thomson book is more "hands-on" in that it takes the reader step-by-step in developing an e-commerce website. The chapters are organized in a goal-oriented manner: PHP, MySQL, the basics of e-commerce, security, and design of the site.

O'Reilly: The Williams and Lane book is structured in a similar way by showing readers PHP and then MySQL. Examples to reinforce concepts are also provided. While the O'Reilly book also tries to take the reader in developing an e-commerce site, it is a bit more theoretical. Also, there are some differences in focus: the O'Reilly book has a section on using JavaScript while the Sams book has a final chapter on creating PDF files using PHP.

If I had to choose just one book, I would go with the Sams book due to its more gentle learning curve. However, I believe that the O'Reilly book is no slouch, and I will probably come to appreciate it more once I gain more experience in PHP and MySQL development.

One last word about my programming background: I knew a bit of Perl, Java, HTML, and JavaScript before tackling PHP and MySQL. I consider myself to be an "advanced beginner" (an oxymoron, of course). To get the most out of these two books, you should know HTML well enough to read it (you should at least recognize some tags) and it would definitely be helpful if you have some programming experience. You could very well make PHP your first programming language, but I would advise against it. Start with something like Perl (whose syntax is very similar to PHP's).

I highly recommend both books to prospective PHP and MySQL developers who are willing to spend some time and effort.

Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
38 of 39 people found the following review helpful:
5.0 out of 5 stars sleek and purple, July 30, 2001
By A Customer
Although it has a purple spine, this book contains everything a person would hope to know about php and mysql. From the basics of php 4.0 to mysql privleges, Welling and Thomson provide quick easy and painless reading.

It provides it's message to the windows crowd, which in itself is a beautiful concept; usually books about php and mysql are directed at unix users (rightfully so, I admit). I am a user of windows, and the php installation instructions for either the windows build of Apache or MS IIS were definately adequate.

The php crash course chapter is an especially good reference. For example, other books I've purchased on php ignored some of the useful variations of the if-then control structure. The chapter on php session control was beautifully simple, although at first it came as a surprise, since other php books didn't cover it (session control was first implemented in php 4.0).

I did have some difficulty installing and using the gd image library, since most of the sites listed in the book didn't exist. Windows users, just remember that the php.ini file needs to be edited (remove the semicolon before the gd dll) and the gd dll needs to be moved into the php working directory. Of course, maybe that's intuitive and I'm just a moron.

In conclusion, it's a good book.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars IT Developer
I buy this book last month after reading so many great review about it. I am 60 percent from reading the book cover to cover and I gladly to say this is a well writing book for... Read more
Published 25 days ago by Clainth Ficien

5.0 out of 5 stars Very well put together
I have not completed it as yet, but so far it seems very well written........exactly what I was looking for. Good foundation, backed up by many practical examples.
Published 27 days ago by Number 1 Trini

5.0 out of 5 stars Having just skimmed the book - I dare to rate it
I am guessing that this book is a good addition to "PHP & MySQL Web Development All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech))" Which I also bought recently... Read more
Published 1 month ago by Heinrich Christiansen

5.0 out of 5 stars Great resource
Great book! Covers most everything you need to know about creating PHP and MySQL driven solutions. This book has replaced several others I've used for a while. Read more
Published 1 month ago by R. T. Browning

2.0 out of 5 stars Don't buy it, there are better books available.
I had high hopes for this book and it started off well, but by the middle I felt as if the text had fallen apart. Read more
Published 1 month ago by Louis M. Spear II

5.0 out of 5 stars Very well written
Top-notch, excellent, definitive - I think this PHP/MySQL book has it all. I found this book was very well written, flows very much like a story book with the plot thickening as... Read more
Published 1 month ago by Medhavi Bhatia

3.0 out of 5 stars The book is an excellent !!OVERLOAD!!
Dont get me wrong, the book is superb. It has everything about everything, every tiny piece of detail and function. Read more
Published 1 month ago by G. Koren

4.0 out of 5 stars nice book...with reservations
Overall this is a good into to PHP & MySql, it is both comprehensive and wide ranging, the only small gripe I have with it is that actually there is not a lot of code in it. Read more
Published 2 months ago by J. D. Mc Keown

5.0 out of 5 stars Best PHP/MySQL book for beginners!
Hello everybody,

This is my short story:

I first discovered HTML in 2001 when I was 15. I kept looking at PHP code and I was like "why, how...". Read more
Published 2 months ago by PET

5.0 out of 5 stars Best Buy for Newbies!!!
I read many reviews of various PHP books in an effort to buy one that would meet my needs to design a web application with SQL database. Read more
Published 3 months ago by Bridgette L. White

Only search this product's reviews



Customer Discussions

This product's forum
See all 6 discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
   


Listmania!



Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.