Amazon.com: Build Your Own Database Driven Web Site Using PHP & MySQL (9780980576818): Kevin Yank: Books
Build Your Own Database Driven Web Site Using PHP & MySQL... and over one million other books are available for Amazon Kindle. Learn more

Buy Used
Used - Good See details
$24.08 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
Sell Back Your Copy
For a $10.83 Gift Card
Trade in
Have one to sell? Sell yours here
Build Your Own Database Driven Web Site Using PHP & MySQL
 
 
Start reading Build Your Own Database Driven Web Site Using PHP & MySQL... on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Build Your Own Database Driven Web Site Using PHP & MySQL [Paperback]

Kevin Yank (Author)
3.6 out of 5 stars  See all reviews (14 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $9.99  
Paperback --  
Sell Back Your Copy for $10.83
Whether you buy it used on Amazon for $24.07 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $10.83.
Used Price$24.07
Trade-in Price$10.83
Price after
Trade-in
$13.24
There is a newer edition of this item:
Build Your Own Database Driven Web Site Using PHP & MySQL Build Your Own Database Driven Web Site Using PHP & MySQL
$26.37
Available for Pre-order

Book Description

June 26, 2009 0980576814 978-0980576818 Fourth Edition

Build Your own Database Driven Web Site Using PHP & MySQL is a practical hands-on guide to learning all the tools, principles and techniques needed to build a fully functional database-driven web site using PHP & MySQL.

This book covers everything from installing PHP & MySQL under Windows, Linux, and Mac through to building a live web-based content management system.

While this is essentially a beginners book, it also covers more advanced topics such as the storage of binary data in MySQL, and cookies and sessions in PHP. It comes complete with a set of handy reference guides for PHP & MySQL that include:

MySQL syntax MySQL functions MysQL column types PHP functions for working with MySQL


Editorial Reviews

About the Author

Kevin Yank is a world-renowned leader in web development. When not writing best sellers, Kevin is the Technical Director of sitepoint.com and editor of the popular SitePoint Tech Times newsletter.



Kevin's Author credits include: Build Your Own Database Driven Website Using PHP & MySQL (SitePoint) and Simply JavaScript (SitePoint).


Product Details

  • Paperback: 360 pages
  • Publisher: SitePoint; Fourth Edition edition (June 26, 2009)
  • Language: English
  • ISBN-10: 0980576814
  • ISBN-13: 978-0980576818
  • Product Dimensions: 8.9 x 7 x 0.9 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon Best Sellers Rank: #500,981 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

14 Reviews
5 star:
 (4)
4 star:
 (5)
3 star:
 (3)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.6 out of 5 stars (14 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

12 of 13 people found the following review helpful:
1.0 out of 5 stars Security Nightmare, August 29, 2011
This review is from: Build Your Own Database Driven Web Site Using PHP & MySQL (Paperback)
Following the code examples within this book is a sure-fire way to open yourself to massive security vulnerabilities. There isn't even a section on security, which would have been the only possible excuse for the unbelievably insecure practices in the examples. This is irresponsible on a surprising level exactly because the book is intended for beginners, those equipped the least to deal with the inevitable ramifications of using the code herein.

For Shame.

Those interested in this book would do well to read this post from the author on sitepoint itself. [...]

Of particular note, please see my comment on this post that details a very real SQL injection attack that would, if anyone has used the code, allow an attack to log in as any user without even the slightest worry about passwords.

This is a surprising black mark on sitepoint's otherwise decent reputation. For Shame.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
3.0 out of 5 stars Kevin is no Writer, June 15, 2010
This review is from: Build Your Own Database Driven Web Site Using PHP & MySQL (Paperback)
Kevin seems like a super guy on sitepoint, but please, kevin, stop writing books. Boring read and far from being well structured. I'm sure kevin is a good coder, but if he happens to code like he writes, his script would be all over the place.

Sorry, I mostly gave it 3 stars because I really like Kevin, but if anyone wants to get a book on php and mysql this is not it.

p.s.

Sitepoint books lately have been bad. I'm starting to think they have a cookie cutter method of writing. I'm still a fan of the forum, but their books are not what they use to be.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


25 of 34 people found the following review helpful:
4.0 out of 5 stars Requires companion books, but is otherwise very good., September 30, 2009
This review is from: Build Your Own Database Driven Web Site Using PHP & MySQL (Paperback)
Kevin Yank, Build Your Own Database-Driven Web Site with PHP and MySQL (Sitepoint, 2009)

I have just finished my first read through Kevin Yank's Build Your Own Database-Driven Web Site with PHP and MySQL. I can tell you that it will not be my last read through it, by any means. While there are a few places it glosses over and a few rather shocking omissions in the name of simplicity, it was (and I can rarely say this with a computer book) exactly what I was looking for.

Using simple, easy-to-understand tutorials, Yank takes you through the development of a very simple website that has a database as its back end. This should not surprise you, given the title of the book. Impressively, it neither manages to talk down to its reader (assuming a complete newb) nor spirals off into overly technical jargon (assuming a MySQL-certified reader). Granted, if you've been a database developer for ten years (that would be me) some of this will be redundant, but it's a good refresher course for basic database concepts and a perfect way to immerse yourself in MySQL if you're coming from a different DBMS. That said, my main problem with the book was Yank's breezy passing by the idea of using the InnoDB engine and letting your code handle foreign key constraints. That's workable (though very, very iffy) for the four-table database Yank builds here, but any real-life (read: complex) solution will quickly get unmanageable; any minor change to the table structure, depending on how many tables it relates to, could require hours of hunting and changing code. As any programmer learns within the first ten minutes of starting his first programming course, that is a recipe for bugs.

My other problem with it, though this is far more minor, is that (I think) content management systems like this usually store site settings in the database as well, and Yank doesn't address this at all beyond logins and passwords, choosing to refer the user to learning CSS. I thought CSS was dead, or close to it. I'd have expected that in a book written in 2004, but in 2009? But my inexperience with web apps--I've always been a back-end developer--may be more at fault than Yank's writing, so I'll defer judgment on that to those who actually know what they're doing with this stuff, who will hopefully get round to reviewing the book eventually. In any case, the stuff that's actually here, the parts on data access and getting your data from database to website, are clear as well as being very easy to understand and implement, and that's a rare thing in computer books. Highly recommended, though you'll need other books to cover the places where this is lacking. ****
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews




Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject