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
Apache, MySQL, and PHP Web Development All-in-One Desk Reference for
 
 
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.

Apache, MySQL, and PHP Web Development All-in-One Desk Reference for [Paperback]

Jeff Cogswell (Author)
3.0 out of 5 stars  See all reviews (1 customer review)

List Price: $49.99
Price: $30.22 & this item ships for FREE with Super Saver Shipping. Details
You Save: $19.77 (40%)
  Special Offers Available
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.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0764549693 978-0764549694 December 5, 2003 1
* Covers the entire open source Web platform known as LAMP, which includes Linux, Apache, MySQL, and PHP, the basis for many dynamic data-driven Web sites
* Seven convenient minibooks provide easy reference on open source and team development, working with Linux and Apache, automating Web sites with Perl, developing front-end applications with Tcl/TK, creating dynamic Web pages with PHP, accessing Web databases with MySQL, and processing Web files with regular expressions
* Includes valuable, hard-to-find coverage of collaboration, file sharing, and version control with CVS
* PHP is running on over nine million sites, with an average increase of 6.5 percent monthly over the past two years; Apache Web servers handle seventy percent of Web content

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Apache: The Definitive Guide (3rd Edition) $26.54

Apache, MySQL, and PHP Web Development All-in-One Desk Reference for + Apache: The Definitive Guide (3rd Edition)
  • This item: Apache, MySQL, and PHP Web Development All-in-One Desk Reference for

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Apache: The Definitive Guide (3rd Edition)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Back Cover

7 books in 1– your key to successful LAMP Web development!

Your one-stop guide to developing Web sites with Linux®, Apache, MySQL, and PHP

Here’s what you need to open up the wonderful world of open source Web development! Convenient minibooks get you going on every phase of the process and cover each LAMP tool, so it’s easy to find what you need. There’s even a minibook to make those pesky regular expressions make sense. Let the light shine in!

The Dummies Way

  • Coverage of the essentials and beyond
  • Explanations in plain English
  • "Get in, get out" information
  • Thumbtabs and other navigation aids
  • Tear-out cheat sheet
  • A dash of humor and fun

Discover how to:

  • Configure and secure systems for Apache
  • Automate Web sites with Perl
  • Create Tcl/Tk programs and design GUIs
  • Enhance Web sites with PHP
  • Access SQL from PHP
  • Understand regular Expressions

About the Author

Jeff Cogswell, author of C++ All-in-One Desk Reference For Dummies, is a software engineer, writer, consultant, and educator. Having written ten books about programming, he is known to be one of the best teachers around.

Product Details

  • Paperback: 760 pages
  • Publisher: For Dummies; 1 edition (December 5, 2003)
  • Language: English
  • ISBN-10: 0764549693
  • ISBN-13: 978-0764549694
  • Product Dimensions: 9.3 x 7.6 x 1.6 inches
  • Shipping Weight: 3.4 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Best Sellers Rank: #729,439 in Books (See Top 100 in Books)

More About the Author

I'm a software engineer and teacher by trade. I've been programming for years. Much of my day-job work has been in the telecom industry, although I remain active in the educational areas as well. I live in the Cincinnati area with Angie.

 

Customer Reviews

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

16 of 21 people found the following review helpful:
3.0 out of 5 stars Useful but a book that can make you frustrated, July 25, 2005
This review is from: Apache, MySQL, and PHP Web Development All-in-One Desk Reference for (Paperback)
I consider myself as pretty much a patient problem solver when I actually encounter problems. But as I begin to use this book as a reference book to build my first website based on MySQL, PHP, and many other languages, I found myself getting seriously annoyed at the fact that this book offered me.

That is not meant to say this book is a horrible book. First of all, as this book is published as "For Dummies series", the author "is obliged" to write as you do not much about anything, though the author himself most likely did not incline toward the obligation. And, as it is written on book covers, this book truly covers the seven topics in one, and each of the topics is explained in detail and in plain language to make you easy to understand.

But despite of these positive sides, it is unfortunate that this book seriously needs revision. To remind you, this book is a book targetting toward beginners. At the same time, however, this book is also a book targetting toward those who are actually intending to use PHP and other applications mentioned here to build a website. But before I mention what are the problems with the book, I want to let you know something about PHP. Those who already know or do not bother to know about it, just skip over to 2nd paragraph following this.

For those who do not know, PHP is a language that can easily frustrate you if you make a single, minimal mistake such as: replacing a single quote as a double quote, absence/addition of a a blank line or a space, etc. To make things worse, when you run the PHP page with errors in web, it will give you errors that is not only unpleasant but almost entirely useless. I first used Notepad to write/edit the scripts, but lated I had to rely on Dreamweaver to make edits less frustrating -- but with no significant improvement. And for those who do not have these expensive IDE softwares, you will probably spend hours to see what have done wrong in your script.

Now, continuing with the problem with the book... The author makes a serious mistake by leaving incorrectly written scripts on several portions of his book. For example, these is this PHP script written on Chapter VI, Chapter 7, "Creating a Username System for Your Website", that shows you entire scripts for useraccess.php file. The file itself is about 151 lines wrong(I say "about" because the script itself really depends on how you design the script), and there are 7 other files, either html or php, that works in conjunction with this file. By running the script, I got an error message that is basically useless. I ran the program in numbers of times more again, and I later found that the problem was actually in the book: there were 19 "{" sign but only 18 "}" sign in the script! I still ran in a couple more problems again after fixing the mistake. In any case, the book makes several mistakes that can guarantee you to get frustrated unless you are already a programming gru.

In addition, while the author goes each portion pretty extensively, he somehow seems to assume that you read about previous parts of Books before you goes to next Book. What I mean by that is, for example, when he mentions about objects in PHP, he actually wants you to go back and read the parts in Perl to make you understand it. I do not think that is not really a good approach for beginners who will read this book because some users simply do not want to spend extra time to read over another books mentioning about Perl or Apache when they just wants to learn PHP. And often, I strongly felt that there needs to be more explanations regarding each issue, and I visited his website to see whether there is maybe a forum or a tutorial set up regarding the book. What I only found from his websites is articles regarding another computer language C, download search that is basically useless for me, and, oh, some Google and other affiliate ads to make himself some money. Nice...

So, to conclude, I cannot really say that this book is a great book for beginners. Maybe, you will find that this book is not even an okay book, or maybe you will. However, what I suggest to you is that, if you buy this book from a bookstore, be sure to have a mind to learn through trials-and-errors with frustration rather than just using scripts written from the book.
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
 
 
 
Only search this product's reviews



Inside This Book (learn more)
First Sentence:
You need to secure the Linux system before attaching it to the network. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
mysgl utility, mysql utility, php file, abc soup, passing multiple parameters, pack propagate, expr command, set myfile, keyed column, pack command, main configuration file, regex engine, mysql program, text widget, string jeff, first line stores, consecutive comparisons, anonymous array, processing text files, geometry managers, ace command, sel ect statement, output from this program, scalar context, using php
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Apache Web, The Matrix, Internet Explorer, Red Hat, Which It Is Valid, George Washington, Coding the Access Routines, David Bowie, Jeff Cogswell, Newline Demo, File Open, Troubleshooting Apache, Frozen Food, Hypertext Preprocessor, Microsoft Word, Modifying the Database, Passing Parameters, Processing Web Files, Securing Windows, Storing Single Items, Ten Ways, Abraham Honest Abe Lincoln, Apache Software Foundation, Comic Sans, Control Such
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 4 books:



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

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 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


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject