See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

17 used & new from $4.99

Have one to sell? Sell yours here
 
 
PHP and MySQL for Dummies with CDROM
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

PHP and MySQL for Dummies with CDROM (Paperback)

by Janet Valade (Author) "So you need to develop an interactive Web site..." (more)
Key Phrases: newest stable release, big text file, new member account, Hello World, Web Database Application Using, Microsoft Internet Explorer (more...)
3.2 out of 5 stars See all reviews (40 customer reviews)


Available from these sellers.


1 new from $161.94 16 used from $4.99
Also Available in: List Price: Our Price: Other Offers:
Paperback (2) 28 used & new from $2.45

Customers Who Bought This Item Also Bought

PHP & MySQL Everyday Apps For Dummies (For Dummies (Computer/Tech))

PHP & MySQL Everyday Apps For Dummies (For Dummies (Computer/Tech))

by Janet Valade
3.1 out of 5 stars (7)  $19.79
JavaScript for Dummies

JavaScript for Dummies

by Emily A. Vander Veer
2.1 out of 5 stars (72)  $16.49
PHP 5 for Dummies

PHP 5 for Dummies

by Janet Valade
3.4 out of 5 stars (9)  $17.15
HTML 4 For Dummies, 5th Edition

HTML 4 For Dummies, 5th Edition

by Ed Tittel
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 (147)  $29.69
Explore similar items

Editorial Reviews

Product Description
This is an introductory level book that provides the essential information needed to enable users to build common Web database applications.
The book is directed toward users who know HTML and have created static Web pages, but no prior experience with programming or database design or use is required.
PHP and MySQL For Dummies contains all the information necessary to create a simple Web database or fully functional E-commerce Web site.
ABOUT THE CD-ROM
Includes a CD-ROM with PHP, MySQL, and Apache software, sample Web applications from the book, code samples, and other useful utilities.

From the Back Cover
The fun and easy way™ to create a Web database application!

Get the scoop on building online catalogs and members-only sites

Take your site to the next level – no programming or database experience required

With a MySQL database and a little PHP programming, you can add a whole new level of interactivity to your site – for free. But how do you get a fix on the world of Web database applications? Don’t worry! With this friendly reference (and the free software on the CD-ROM), you’ll be building a MySQL database and writing PHP programs in no time.

All this on the bonus CD-Rom

  • PHP server-side scripting language
  • MySQL relational database management system
  • Apache Web server
  • Sample applications and code from the book

System Requirements: A Pentium PC or faster; Windows 9x/2000/Me/XP, Windows NT 4 or later; Linux. At least 32 MB of total RAM; a CD-ROM drive.

See CD appendix for details and complete system requirements.

See all Editorial Reviews


Product Details

  • Paperback: 408 pages
  • Publisher: For Dummies; Bk&CD-Rom edition (June 15, 2002)
  • Language: English
  • ISBN-10: 0764516507
  • ISBN-13: 978-0764516504
  • Product Dimensions: 9.2 x 7.4 x 0.9 inches
  • Shipping Weight: 1.4 pounds
  • Average Customer Review: 3.2 out of 5 stars See all reviews (40 customer reviews)
  • Amazon.com Sales Rank: #608,022 in Books (See Bestsellers in Books)

Inside This Book (learn more)

Citations (learn more)
This book cites 2 books:
 
1 book cites this book:


Books on Related Topics (learn more)
 
PHP 5 by Toby Boudreaux
 


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.
(56)
(71)
(16)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

 

Customer Reviews

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

 
24 of 24 people found the following review helpful:
4.0 out of 5 stars A Useful Starting Place for PHP & MySQL, June 7, 2005
By Daniel Graf "Daniel Graf" (Tuscaloosa, Alabama) - See all my reviews
(REAL NAME)      
I found PHP & MySQL for DUMMIES by Janet Valade to be an extremely useful starting place for practicing those tools, and if your circumstances and needs are similar to mine, then you may find it helpful as well. I have a database that I want to serve on the web. I have some experience with relatively simple programming, including C, but I am not a programmer per se. At my work, I have access to a web-server running both MySQL and PHP and an administrator to make sure that they are working. I am also someone who likes to do things themselves so that the result matches precisely what is in my head. All that this dummy needed was an introductory lesson on the syntax and structure of these two "languages" and Valade provided it.

MySQL & PHP for DUMMIES uses the example of setting up an online catalog for a pet store, demonstrating how to build a multi-table database in MySQL that employs the various necessary components, e.g. user login, querying and formatting the output. The computer operations covered are simple enough to just read on the train (i.e., I didn't need to be seated at my computer running the exercises to understand them) and provide a good primer for the kinds of that I could do... that YOU could do too.

Having praised the book for what it is, I want to make clear what it is not. The index is almost useless and the functions of both MySQL and PHP are covered in only the most superficial way, so this For DUMMIES book is a poor reference for projects beyond the advanced beginner; it does not necessarily replace more comprehensive texts. For my own rudimentary dabblings in web databases, I now rely more upon the PHP and MySQL code I have already written based on what this book taught me than the book itself. But, MySQL and PHP for DUMMIES provided the framework for me to take the first baby steps towards a really flexible web-based database.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
13 of 13 people found the following review helpful:
4.0 out of 5 stars Great book for beginners, March 26, 2003
By R. Fong "rjf333" (Wellington New Zealand) - See all my reviews
(REAL NAME)   
This is a great book for someone learning to use PHP and MySQL. It assumes the reader already knows basic HTML. The book is easy to read and understand. The topics it covers gives the reader a good grounding of the basics, enough to create a reasonably sophisticated web application. The stuff it leaves out is not essential to know, and can be left for when the reader steps up to more complicated applications.

Information is well organised and easy to navigate. The two web application examples towards the back of the book are also excellent to learn from. They're very good at demonstrating techniques described in earlier chapters.

One potential difficulty someone might have is with the explanation of relational database design. Someone without any past knowledge of relational databases might find the book's explanation a bit light. Designing relational databases isn't terribly complicated, but has its tricky bits.

Another thing I liked about this book is how it helped me set up the appropriate software on my computer so it all worked cleanly together.

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



 
16 of 17 people found the following review helpful:
5.0 out of 5 stars Great for beginners, November 2, 2002
By Matthew Maroon (Fairlawn, OH United States) - See all my reviews
When I bought this book I was looking to create dynamic web pages, and had begun using Perl/CGI. I happened to come across the PHP manual on the net, and was amazed. I did not know much about PHP, and had never used mySQL so I wanted an entry-level book, and was lucky enough to purchase this one.
The authors did a wonderful job introducing me to both PHP and mySQL. The book takes you through building a members only site, and an e-commerce site. Unlike many books I have read all code is well commented, and uses only topics already introduced and explained, so it is never hard to follow.
I recommend reading the PHP chapter before the mySQL chapter, even though it comes after, then going back to the database chapter. Anyway you read it though it is a perfect starting point for learning the two. After reading this you will probably want to read a more advanced book on PHP, and maybe one on mySQL, as many of he less common features of both are left out. But thanks to this book you will feel after 1 week like you could build your own amazon.com.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

3.0 out of 5 stars Not really for Dummies
I was a dummy -at least about PHP and MySQL. I know HTML fairly well. I'm not a hacker but I am usually a power user on the apps I use. Read more
Published 1 month ago by George F. Greene

5.0 out of 5 stars Damn fine piece of work
If you skim the verbiage, scout the chapter titles, read the section headings and review the code, you will very quickly understand php and the interaction with mysql... Read more
Published 22 months ago by J. Fuld

2.0 out of 5 stars Terrible
I would recommend for beginners not to use this book. Even for me (a somewhat intermediate programmer), I had difficulty understanding what was being done and what it did. Read more
Published on January 26, 2007 by A. Bush

5.0 out of 5 stars Just right
Perfect for the newbie who has no probgramming experience but an understanding of the concept of programming and also of the structure of SQL databases.
Published on January 15, 2007 by H. Sigurdarson

5.0 out of 5 stars Excellent guide to PHP & MySQL but with few typos.
I picked up this book from my school library, but it was not easy to borrow this book from there because it was checked out everytime I was trying to look through the library... Read more
Published on August 28, 2006 by Ji M. Son

4.0 out of 5 stars Review of mySQL for Dummies
This very readable text does what it sets out to do - gives the reader a full appreciation of the power and initial usage of mySQL and PHP.
Published on July 14, 2006 by G. Geddes

5.0 out of 5 stars Solid way to start with PHP
Prior to reading this book, I had no experience with an algorithmic programming language. All I knew was HTML. Read more
Published on June 20, 2006 by Cole Marshall

5.0 out of 5 stars Great Source
This is an excellent first step in learning PHP and MySql. Like any type of learning, you must be committed to obtain the best results. Read more
Published on March 19, 2006 by Sean Odell

1.0 out of 5 stars I wish there was a 0 star
An awful book 0 stars - Do not waste your money on this one as I did.

I am new to PHP but find the book very basic. Read more
Published on March 16, 2006 by L. Osak

1.0 out of 5 stars The code doesn't work
The funny thing with this is that the code for the last script doesn't even work. It gets an error and messes up.
Published on January 19, 2006 by iejunkie

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Light It Up

Shop for sconces

Add light and beauty to your home with sconces from the Lighting & Electrical Store. Shop our extensive selection of indoor and outdoor fixtures.

Shop all sconces

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 
Ad

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle
My Soul to Lose
My Soul to Lose by Rachel Vincent

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates