Learning PHP, MySQL, and JavaScript (Animal Guide) and over one million other books are available for Amazon Kindle. Learn more

This item ships for FREE with
Super Saver Shipping
Due Date: Sep 28, 2013

FREE return shipping at the end of the semester
 
   
Have one to sell? Sell yours here
Start reading Learning PHP, MySQL, and JavaScript (Animal Guide) on your Kindle in under a minute.

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

 

Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide) [Paperback]

Robin Nixon
3.9 out of 5 stars  See all reviews (68 customer reviews)

Rent
$27.15 & this item ships for FREE with Super Saver Shipping. Details
In Stock.
Rented by RentU and Fulfilled by Amazon.
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $17.27  
Paperback --  
Unknown Binding --  
Like this book? Find similar titles in the O'Reilly Bookstore.
There is a newer edition of this item:
Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites 3.9 out of 5 stars (37)
$22.83
In Stock.

Book Description

July 21, 2009 0596157134 978-0596157135 1
If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites.

Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts, including objects, XHTML, cookies, and session management. You'll practice what you've learned with review questions in each chapter, and find a sample social networking platform built with the elements introduced in this book.

This book will help you:

  • Understand PHP essentials and the basics of object-oriented programming
  • Master MySQL, from database structure to complex queries
  • Create web pages with PHP and MySQL by integrating forms and other HTML features
  • Learn about JavaScript, from functions and event handling to accessing the Document Object Model
  • Use libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface Library
  • Make Ajax calls and turn your website into a highly dynamic environment
  • Upload and manipulate files and images, validate user input, and secure your applications


Editorial Reviews

Review

"Just get this book... [it] will work like a miracle for you." - Abdul Khan --Amazon Canada

"Excellent! Easy to read, straightforward guide. Already learned several very useful things." - Holly --Good Reads

"Finally a comprehensive resource for HTML users who want to move to the next level, and implement data-driven access to their websites." - Michael L. Kleper --The Kleper Report

"After the first chapter of introducing terms; I knew that I had to purchase this book." - Graysen --Greysen Oh's Blog

"This is a superb start for learning the ins and outs of PHP, MySQL and JavaScript." - Jonny IT Guy --Amazon UK

From the Author

Having developed for the Internet since the mid 1990s I have used a number of programming languages, beginning with Perl, which was the first tool I mastered. However I soon found that great though Perl was for developing with, at the time it didn't have the power I needed for ultra busy websites, and so the load averages of the servers I used was going through the roof.

So I rewrote all the processor-intensive code in C and was able to substantially slow down our server acquisition rate. But while C is powerful, it takes a lot of coding to replicate even basic Perl functions. So when PHP came along I was very pleasantly surprised to discover that even though it is interpreted (that is, re-compiled each time it is run), it placed far less of a strain on the servers than Perl, and also took up far less development time.

Since then I have used PHP in combination with MySQL for all my server side development. And with JavaScript gaining the XMLHttpRequest object, and hence the beginnings of Ajax, the three technologies are now my mainstays for web development.

So when O'Reilly asked me to write this book I jumped at the opportunity. In it I have tried to take you from first steps, without assuming any prior knowledge other than basic HTML and maybe some CSS, through each of the technologies in turn, and along the way point out the shortcuts and pitfalls I have discovered, to give you the headstart I didn't have.

I maintain an active discussion forum on the book's topics, which is linked to via the companion website at lpmj.net, and am always happy to answer any questions you may have.

Product Details

  • Paperback: 528 pages
  • Publisher: O'Reilly Media; 1 edition (July 21, 2009)
  • Language: English
  • ISBN-10: 0596157134
  • ISBN-13: 978-0596157135
  • Product Dimensions: 7 x 1.1 x 9.1 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (68 customer reviews)
  • Amazon Best Sellers Rank: #140,641 in Books (See Top 100 in Books)

More About the Author

Robin Nixon has been a writer for 30 years, producing in excess of 500 articles for many of the UK's top magazines, and has authored over 15 books. He started his writing career in the Cheshire homes for disabled people, where he was responsible for setting up computer rooms in a number of their residential homes, evaluating and tailoring hardware and software so that disabled people could use the new technology, and writing supporting documentation and articles for a selection of national publications.

After this Robin joined a large magazine publisher, where he held a variety of different editorial positions, before leaving to become a self-employed writer, and later branching out into developing websites (including the world's first licensed Internet radio station). In order to enable people to continue to surf while listening, Robin also developed the first known pop-up windows.

Robin and his family have relocated to the USA twice, once to run a web design company in California, and then again to set up an English Tearoom in Texas. In between times they ran several successful pubs, bed and breakfasts and nightclubs in England. But in recent years Robin has returned to writing, focusing on motivation and personal improvement, while still continuing to produce his popular series of books on computing, many of which have now been translated into multiple languages.

Robin lives on the south-east coast of England (where he writes full time), along with his five children and wife Julie (a trained nurse and university lecturer) - between them they also foster three disabled children.

Customer Reviews

I would highly recommend this book to anyone starting with PHP. Ankur  |  15 reviewers made a similar statement
It is written very well and has great examples for practice coding. Ryan Miller  |  21 reviewers made a similar statement
Most Helpful Customer Reviews
110 of 112 people found the following review helpful
5.0 out of 5 stars Wow - The Book to read to learn PHP October 27, 2009
By farout
Format:Paperback
Here is my background:
Java, Cold Fusion, ASP.net, C#, Rails; sys admin for Windows and Unix boxes.

Picked up several books to learn PHP - yuck!

Picked up this book. Wow. In 2 days I was on my way!

1. all the code examples actually work. Yes, it's true. I know it's shocking.
2. the explanations are excellent. Wow can this person communicate. Again shocking.
3. Tons of examples. Talking is great but I learn through code examples. There are plenty here. That is why in 2 days you will be like: Wow I can code in PHP.
4. Here is the best part - Nixon helps you setup everything so it works. I mean in less than 30min I was running PHP via Apache on my Windows using Mysql. I have days with other books trying to make things work because the author did not care enough to actually help me do setup.

Then pick up the PHP Web Dev Wellin/Thompson book and bang with Nixon's - you are a PHP intermediate level programmer.

Really - that easy.

I wasted so many hours with other books - crap. Live and learn.

Thank you Robin Nixon. This book is a godsend. With the hours I saved, I am partying - yee ha!
Was this review helpful to you?
32 of 33 people found the following review helpful
5.0 out of 5 stars HIGHLY RECOMMENDED January 9, 2010
Format:Paperback|Amazon Verified Purchase
It is rare that I am so inspired to write a review for something. This book made learning easy. I must say that without the experience of taking a Java programming class at my college (the only programming experience I have), I would have likely had to make use of additional sources to fully grasp the PHP - object oriented section of this book. But even so, I still highly recommend this book to anybody wanting to create a highly functional website.

After spending about 2 weeks with it, I am already building dynamic websites that are impressing even myself. It is written very well and has great examples for practice coding. FIVE STARS without question!
Comment | 
Was this review helpful to you?
49 of 53 people found the following review helpful
Format:Paperback
I had to come back and re-review this book. I'm taking off two stars off my rating, one for the overload of typos I found as I got deeper into the book and for some of the examples NOT being "real world" enough. I know that sounds picky but many of the examples could have served better as real scripts but instead he made some questionable choices that will make you pretty much have to start from scratch to make your own. They just could've been more practical.

On the positive side, I do agree with what's already been said about the author communicating well. The reason I was really excited about this title and why I'm loving it so much as I go through it is that it focuses on combining all three and talks about real-world situations. You might read a PHP or javascript book that does the job teaching you those on their own but when it's time to close the book and use them on a real website, you'd be lost or Googling a LOT of things. Most "cool" sites do a good job of making their scripting languages work well together, and this book will show you how to do that, and it serves as a good jump-off for more advanced scripting later. It's like the author said "I know what you're trying to accomplish, here's how to do it."

Good job.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
3.0 out of 5 stars Not as useful as I would have liked
So it has tips in it, but it's not as hands on. If you want something more specific, I would recommend getting another book. Read more
Published 1 month ago by Christine Pham
4.0 out of 5 stars Good overview for combining PHP, MySQL, JavaScript, HTML, and CSS
I've fiddled around with various programming languages over the years, and I also have an extensive understanding of HTML and CSS. Read more
Published 1 month ago by Addleton
5.0 out of 5 stars Purchase this book or the newer one with css added to the title
I was completely lost when it came to what php and java was and how to program all together. This book made it possible for me to understand php, mysql and javascript programming... Read more
Published 6 months ago by AllnPttrsn
5.0 out of 5 stars Web Designers: Start Here
This book assumes that you know nothing about web programming and teaches you from the very basics. It covers (as the title would suggest) php, mysql, and javascript. Read more
Published 7 months ago by Robert
4.0 out of 5 stars Good starting point
Good book to start learning PHP, MySQL, and JavaScript. Gets you started easily without confusing you, definitely a beginners book that helps you make sense of how PHP, MySQL, and... Read more
Published 7 months ago by manders
3.0 out of 5 stars A little too remedial
Coming from a programming background, this book is a little too remedial in regards to the syntax of PHP, MySQL, and JavaScript. But, it is still pretty good. Read more
Published 8 months ago by Kevin
5.0 out of 5 stars Easy to follow PHP.
Really great book to start learning PHP. Examples are easy to follow and understand. If you are starting out with PHP just get this book.
Published 8 months ago by Laura Silas
4.0 out of 5 stars Great for a beginner or textbook
This book is a very useful introduction to three of the core aspects necessary for web programming. It is also handy as a textbook as it has questions at the end of each chapter. Read more
Published 9 months ago by Joy King
3.0 out of 5 stars not all the code working for ask browser
U can't practice using chrome, it needs to show more functions, shopping carts is not included in this book. Even this feature is one of the things I need to learn about.
Published 10 months ago by Mishel
1.0 out of 5 stars Beware
Titles of other books by folks purching A books like this: Tales of Stupidity, Bill Gates really cares,and stories
equally foolish acts. Read more
Published 10 months ago by too-old
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
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


Want to discover more products? You may find many from php mysql shopping guide.