or
Sign in to turn on 1-Click ordering
Sell Us Your Item
For a $0.65 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Beginning PHP and MySQL: From Novice to Professional [Paperback]

W. Jason Gilmore
4.1 out of 5 stars  See all reviews (23 customer reviews)

List Price: $46.99
Price: $31.31 & FREE Shipping. Details
You Save: $15.68 (33%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 3 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Thursday, May 23? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Sell Back Your Copy for $0.65
No matter where you bought them, get up to 70% back when you sell your books at Amazon.com.
Used Price$5.90
Trade-in Price$0.65
Price after
Trade-in
$5.25
There is a newer edition of this item:
Beginning PHP and MySQL: From Novice to Professional (Expert's Voice in Web Development) Beginning PHP and MySQL: From Novice to Professional (Expert's Voice in Web Development) 3.4 out of 5 stars (17)
$32.37
In Stock.

Book Description

March 28, 2008 1590598628 978-1590598627 3

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.


Frequently Bought Together

Beginning PHP and MySQL: From Novice to Professional + PHP Solutions: Dynamic Web Design Made Easy + HTML and CSS: Design and Build Websites
Price for all three: $78.33

Buy the selected items together


Editorial Reviews

Review

From the reviews:

"A comprehensive introduction to … the scripting language PHP and the MySQL database server. This book will not only expose … core aspects of both technologies, but will provide valuable insight into how they are used in unison to create dynamic data-driven Web applications." (it-expert, Issue no. 48, 2004)

About the Author

 

W. Jason Gilmore is a web developer and business consultant with more than 15 years of experience helping companies large and small build amazing software solutions. He has been teaching developers from around the world about web development for over a decade, having written six books, including the bestselling “Beginning PHP and MySQL, Fourth Edition” and “Easy PHP Websites with the Zend Framework, Second Edition”.

Over the years Jason has been published more than 300 times within popular publications such as Developer.com, PHPBuilder.com, JSMag, and Linux Magazine, and instructed hundreds of students in the United States and Europe. He’s recently led the successful development and deployment of a 10,000+ product e-commerce project, and is currently working on a variety of new e-commerce initiatives. Jason is cofounder of the wildly popular CodeMash Conference, the largest multi-day developer event in the Midwest.

 


Product Details

  • Paperback: 1080 pages
  • Publisher: Apress; 3 edition (March 28, 2008)
  • Language: English
  • ISBN-10: 1590598628
  • ISBN-13: 978-1590598627
  • Product Dimensions: 7.5 x 2.2 x 9.4 inches
  • Shipping Weight: 3.5 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (23 customer reviews)
  • Amazon Best Sellers Rank: #618,306 in Books (See Top 100 in Books)

More About the Author

W. Jason Gilmore has been teaching developers from around the world about web development for over a decade, having written six books, including the bestselling "Beginning PHP and MySQL, Fourth Edition" and "Easy PHP Websites with the Zend Framework". He has published more than 300 articles within popular publications such as Developer.com, DevShed, JSMag, and Linux Magazine, and instructed hundreds of students in the United States and Europe.

Jason is cofounder of the popular CodeMash Conference, and was a member of the 2008 MySQL Conference speaker selection board.

Customer Reviews

Most Helpful Customer Reviews
12 of 13 people found the following review helpful
By S. Tang
Format:Paperback
This book is written for someone who is familiar with other programming languages and databases and now wants to use PHP and MySQL. It is not written for somebody completely new to programming. For example, if you came from Perl or ASP, and you wanted to know how arrays, loops, and objects in PHP, this book will cover that.

The topic coverage is broad but not deep. The book has a feel of "semi-reference" in that each topic stands on its own. This is not a cookbook or "learn by example" book. There is enough information to get you started, but if you have a complex/niche problem, this book will not help you. For more information, you will have to consult books that specialize on the topic you are interested.

I have one major gripe with this book. There is not any significant coverage of XML manipulation or XSL/XSLT aspects of PHP. When you look at the table of contents or index, there is no mention of XSL/XSLT and only a brief mention of XML (and RSS) in the Web Services chapter. For a book that covers a lot of subjects, this is a weak area.
Comment | 
Was this review helpful to you?
5 of 5 people found the following review helpful
Format:Paperback
This book is almost overwhelmingly thorough, which made it, in my experience, an extremely useful resource in preparing for the Zend PHP certification exam, as well as for learning and daily use. While it's incomplete where the test is concerned-you won't find a listing for "Reflection" in the index, for example-it's a useful reference for most of the material on the exam. All of the built-in string and array functions are described clearly and concisely, with examples of use. PHP installation and configuration settings are laid out in the kind of painful detail expected by the exam. There's an introduction to object-oriented programming, overview of regular expressions and a whole series of chapters detailing some of the most useful features of PHP and reviewing some of the most common problems (web services, user authentication, and secure programming, to name a few). And that's before we reach the second half of the book, providing the same kind of detail for MySQL, including PHPs several interfaces to it.

One limitation, from the perspective of an absolute beginner, is the lack of large-scale examples. Gilmore doesn't walk you through the development of a web application; the book is more of a reference text, using smaller examples to illustrate small, specific topics, with the expectation that the reader can assemble those ideas into usable examples. This was probably necessary to enable the chapters to function as individual units, which is one of the book's major strengths.

Books of this size can be daunting to a reader. Gilmore's friendly, readable prose goes a long way toward making this one approachable, as does the modularity, allowing a reader to digest only the chapters needed at any given moment.
Comment | 
Was this review helpful to you?
12 of 15 people found the following review helpful
2.0 out of 5 stars Bloated and wordy May 14, 2009
By DavMin
Format:Paperback
I'm a sucker for a good price and I bought this book hoping that in the 1000+ pages I could start to learn PHP. I did - but I also quickly got frustrated and distracted by the author's complete refusal to explain ANYTHING with conciseness.

This is a reference book, not something you'd want to read cover to cover.

Boring examples, wordy discussions - the authors seems to have been more interested in boosting page count than anything else :(

Another bloated PHP book was Larry Ullman's Visual QuickPro. Are there any php tech authors who know how to write??
Was this review helpful to you?
Most Recent Customer Reviews
1.0 out of 5 stars Less than 200 pages in but..
The language in this book is horrendous.

Examples are mish-mashed together. When explaining an array merge function, he uses shuffle (without a prior explanation of... Read more
Published 5 months ago by AndThen
5.0 out of 5 stars Definitely worth it for the price
I'm not the typical Technical book lover. In fact I'm always dreading opening a book larger than my local Yellow Pages (...yes those still exist). Read more
Published on May 17, 2011 by Ari
5.0 out of 5 stars Full of errors, but incredibly easy to read.
(Note: I have the 2008 edition.) Just to give you an idea of how much I appreciated this book, I am giving it five stars even though it is horribly full of minor errors. Read more
Published on April 29, 2011 by Oleg
5.0 out of 5 stars Excellent book
This is an excellent book for learning how PHP works and how you can use it. I used it for assistance with creating my first PHP script. Read more
Published on December 9, 2009 by Kenneth S. Coley
5.0 out of 5 stars Where to go when you want to know
I needed to learn PHP and MySQL quickly. It is hard to know which book and which author. So why did I pick this book? And why do I recommend it? Read more
Published on November 8, 2009 by C. Jacques
5.0 out of 5 stars Highly Recommended
This was one of the first PHP/MySQL books I purchased. Since then I have purchased 4 or 5 others and I have to say this is one of the best. Read more
Published on September 14, 2009 by walkamongus
4.0 out of 5 stars Great for beginners
I was looking for book to learn PHP and I came to amazon for this. This wasn't the first book that came up but it was the one that looked like it would be easiest to learn from. Read more
Published on September 10, 2009 by Adam
5.0 out of 5 stars Very valuable addition to my collection
This is a great book, it covers a ton of material in total but does not totally cover anyone particular subject. Read more
Published on April 13, 2009 by Robert Jackson
5.0 out of 5 stars Excellent Beginner Tutorial and Reference Book
This book covers so much topics and assumes the reader is new to PHP. Excellent for PHP beginners and as lookup reference for intermediate/advanced programmers. Read more
Published on April 13, 2009 by Jonathan O. Tan
4.0 out of 5 stars A very useful book
Some books you can tell are a labor of love by someone who knows their subject well and is really trying to impart that to his readers. This is one of those books. Read more
Published on April 1, 2009 by Eric
Search Customer Reviews
Only search this product's reviews


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Forums

Search Customer Discussions
Search all Amazon discussions

Topic From this Discussion
New edition available!
You linked from the 4th edition to the third. This, the 4th edition, is the most current
Nov 11, 2010 by S. Alexander |  See all 2 posts
Is this a good book to start with?
PHP Solutions by David Powers is pretty good for beginners. He doesn't use Dreamweaver in that book instead uses hand-coding and really explains things well. Not sure about this one, but I think both purchases were compliment each other.
Nov 21, 2007 by Apprentice |  See all 2 posts
Help on Chapter 2 page 16!! Be the first to reply
Welcome to the Beginning PHP 5 and MySQL forum Be the first to reply
Start a new discussion
Topic:
First post:
Prompts for sign-in
 




So You'd Like to...


Create a guide


Look for Similar Items by Category