PHP and MySQL Web Development (4th Edition) and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £9.00 Amazon.co.uk Gift Card
PHP and MySQL Web Development (Developer's Library)
 
 
Start reading PHP and MySQL Web Development (4th Edition) on your Kindle in under a minute.

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

PHP and MySQL Web Development (Developer's Library) [Paperback]

Luke Welling , Laura Thomson
3.9 out of 5 stars  See all reviews (15 customer reviews)
RRP: £36.99
Price: £24.04 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £12.95 (35%)
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
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Saturday, June 2? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £20.43  
Paperback £24.04  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Frequently Bought Together

PHP and MySQL Web Development (Developer's Library) + Learning PHP, MySQL, and JavaScript: A Step-by-Step Guide to Creating Dynamic Websites + CSS: The Missing Manual (Missing Manuals)
Price For All Three: £64.27

Show availability and delivery details

Buy the selected items together


Product details

  • Paperback: 1008 pages
  • Publisher: Addison Wesley; 4 edition (1 Oct 2008)
  • Language English
  • ISBN-10: 0672329166
  • ISBN-13: 978-0672329166
  • Product Dimensions: 23.1 x 18 x 5.2 cm
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon Bestsellers Rank: 43,871 in Books (See Top 100 in Books)
  • See Complete Table of Contents

Product Description

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

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.

 


 


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

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

Your tags: Add your first tag
 


Customer Reviews

Most Helpful Customer Reviews
2 of 2 people found the following review helpful
By MonkeyD
Format:Paperback
I have finally managed to make it through the first 2 chapters. What i learnt in those first 2 chapters covered up to 120-130 pages of the the Sams PHP, MySql and Apache book. I have found the book to be a little challenging in those 2 chapters and have decided to step down a notch to Larry Ullman's PHP 6 and MySql 5 book. The problem i found was that some of the syntax used was not clearly explained so i was sat there thinking why is that there, then continually referring to websites to understand why.

An example of this is in this example code.

echo "<tr>
<td align=\"right\">".$distance."</td>
<td align=\"right\">".($distance/10)."</td>
</tr>\n";

There is no explanation why the backslash is used, but after reading Larry's book, which this is covered on page 6, i now know it's an escape.

On a positive note this book's examples are really useful and once i have learnt the basics a bit more i will be returning to the book to further advance my knowledge and use the examples in my project sites.

My advice is try a simpler book first if your are new to PHP and use this book to build upon that knowledge.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Format:Paperback
This book states that it is suitable for beginners yet it clearly assumes some previous knowledge of php. 30 pages in I find myself looking blankly at the page all to frequently having been baffled at what seems like a soup of meaningless words. I will be keeping this book as it is fairly well written and seems quite comprehensive, I look forward to getting back into it after I find a book that can hold my hand whilst I take baby steps.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Format:Paperback
Well written, well organised, clear, precise - not full of useless waffle like many guides - over 900 pages of solid information. I can highly recommend this book for beginners and experienced programmers.

I bought the book to help me quickly learn PHP for web development (I'm an experience programmer in other languages). I found the book to be very useful; it doesn't stop with simplistic basics, but discusses real development issues, like security for example. Also, although I am trained and experienced in SQL databases, I found the information provided for SQL syntax and using MYSQL with PHP pages clear and informative. I think this section would be especially useful for anyone new to SQL.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Book itself is a great resource for PHP and MySQL
Very pleased with the book the only thing it arrived a bit late with respect to the arrival day. Overall worth buying it. Read more
Published 1 month ago by Nikolaos Lodakis
My PHP bible
I have just bought the 4th edition after using the 1st edition for years. I referred to the old book at least a couple of times a week and the new one is even better; bringing it... Read more
Published 7 months ago by Mark Cassie
A gold mine but the entrance is blocked
When I read throught this book I was favourably impressed as it seemed to cover everything I wanted to know. I thought it was the bee's knees until I actually started to use it. Read more
Published 15 months ago by Turfcutter
The cover sums it up
Caveat: I have not finished it yet.

This book progresses at a sensible pace and is generally easy to follow. Read more
Published 23 months ago by Jerrold Baldwin
very useful
Im still using that book and it looks pretty interesting. very useful and highly recommended book.
Published on 25 Feb 2010 by Ouday
Great guide but intallations intructions lets it down (but that is...
Right - everything I have read in the chapters in this book has been well explained and had good accompanying examples. Except for the installation on Mac. Read more
Published on 4 Oct 2009 by Mr. D. J. Fahy
Highly recommended
I find it the best book on programming I read so far. If you want to learn PHP - that's the book you want to buy.
Published on 16 July 2009 by Marcin Dancewicz
Makes you think!
Great book even for casual programmers like me. The book makes you think about web development in another light: Dynamic websites - shifting content, easy updating, consitency... Read more
Published on 24 May 2009 by P. Nielsen
Excellent book for beginners and advanced users
This is an excellent book with a good layout and explainations. The added advantage is that it also comes with the source code to all examples in the book. Read more
Published on 8 April 2009 by John Neale
Useless
I was quite looking forward to using this book based on previous high ratings but was utterly disappointed straight away. In my opinion, this is definitely not for beginners. Read more
Published on 30 Mar 2009 by J. Withers
Search Customer Reviews
Only search this product's reviews

Customer Discussions

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

Search Customer Discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges