Beginning PHP, Apache, MySQLWeb Development and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

29 used & new from $10.00

Have one to sell? Sell yours here
 
 
Beginning PHP, Apache, MySQL Web Development
 
See larger image
 
Start reading Beginning PHP, Apache, MySQLWeb Development on your Kindle in under a minute.

Don’t have a Kindle? Get your Kindle here.
 
  

Beginning PHP, Apache, MySQL Web Development [ILLUSTRATED] (Paperback)

~ Michael K. Glass (Author), Yann Le Scouarnec (Author), Elizabeth Naramore (Author), Gary Mailer (Author), Jeremy Stolz (Author), Jason Gerner (Author)
3.6 out of 5 stars  See all reviews (10 customer reviews)


Available from these sellers.


14 new from $11.60 14 used from $10.00 1 collectible from $52.54

Formats

Amazon Price New from Used from
  Kindle Edition, March 12, 2004 $31.99 -- --
  Paperback, Illustrated -- $11.60 $10.00
There is a newer edition of this item:
Beginning PHP5, Apache, and MySQL Web Development (Programmer to Programmer) Beginning PHP5, Apache, and MySQL Web Development (Programmer to Programmer) 3.5 out of 5 stars (20)
$26.39
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

Web Database Applications with PHP & MySQL, 2nd Edition

Web Database Applications with PHP & MySQL, 2nd Edition

by Hugh E. Williams
4.3 out of 5 stars (57)  $29.67
Professional Ajax, 2nd Edition (Programmer to Programmer)

Professional Ajax, 2nd Edition (Programmer to Programmer)

by Nicholas C. Zakas
4.2 out of 5 stars (20)  $26.39
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 (152)  $29.69
Beginning MySQL (Programmer to Programmer)

Beginning MySQL (Programmer to Programmer)

by Robert Sheldon
4.7 out of 5 stars (3)  $26.92
Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition)

Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition)

by Julie C. Meloni
3.4 out of 5 stars (50)  $26.39
Explore similar items

Editorial Reviews

Product Description

* An ideal introduction to the entire process of setting up a Web site using PHP (a scripting language), MySQL (a database management system), and Apache (a Web server)
* Programmers will be up and running in no time, whether they're using Linux or Windows servers
* Shows readers step by step how to create several Web sites that share common themes, enabling readers to use these examples in real-world projects
* Invaluable reading for even the experienced programmer whose current site has outgrown the traditional static structure and who is looking for a way to upgrade to a more efficient, user-friendly site
* The companion Web site features sample PHP scripts, as well as two fully functional working applications from the book


From the Back Cover

PHP, Apache, and MySQL are the three key open source technologies that form the basis for most active Web servers. This book takes you step by step through understanding each -- using it and combining it with the other two on both Linux and Windows servers.

This book will guide you through creating your own sites using the open source AMP model. You’ll learn to install PHP, Apache, and MySQL. Then you’ll create PHP Web pages, including database management and security. Finally, you’ll discover how to integrate your work with e-commerce and other technologies. By building different types of Web sites, you will progress from setting up simple database tables to tapping the full potential of PHP, Apache, and MySQL.

When you’re finished, you will be able to create well-designed, dynamic Web sites using open source tools.

What you will learn from this book

  • How PHP server-side scripting language works for connecting HTML-based Web pages to a backend database
  • Syntax, functions, and commands for PHP, Apache, and MySQL
  • Methods and techniques for building user-friendly forms
  • How to easily store, update, and access information using MySQL
  • Ways to allow the user to edit a database
  • E-commerce applications using these three technologies
  • How to set up user logins, profiles, and personalizations
  • Proper protocols for error handling

Who this book is for

This book is for beginners who are new to PHP and who need to learn quickly how to create Web sites using open source tools. Some basic HTML knowledge is helpful but not essential.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.


Product Details

  • Paperback: 720 pages
  • Publisher: Wrox; illustrated edition edition (March 12, 2004)
  • Language: English
  • ISBN-10: 0764557440
  • ISBN-13: 978-0764557446
  • Product Dimensions: 9.2 x 7.4 x 1.5 inches
  • Shipping Weight: 2.3 pounds
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #886,371 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #33 in  Books > Computers & Internet > Web Development > Web Servers > Apache

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
 

 

Customer Reviews

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

 
18 of 20 people found the following review helpful:
5.0 out of 5 stars Easy to Understand, May 17, 2004
By A Customer
I was forced into the world of PHP, MySQL and Apache by my boss, and I wasn't sure which book to get. I chose this book and I thought it was great! I did see a few typos, but in a way it made me actually learn the stuff, instead of blindly typing away and hoping the programs worked. I understood what they were doing and it has made me catch my own mistakes too. For someone who didn't really know what they were doing, I feel like an expert now! And it was nice to have useable applications when I was done- we are actively using several of these now (such as the emailing script and the user/login script- and we have plans to do more). My boss thinks I'm a genius.

I was reading these other reviews and while I can't speak for other books, I had no problems with deprecated code (I never saw that "mysql_create_db" function once in the whole book and I've been through most of it already) or the missing sql script from chapter 6 (it was the same database used in chapters 3, 4, & 5.. duh!) so I don't know what's up with these other guys. But oh well to each his own.

At any rate, if you want a good primer, get this book.

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



 
12 of 15 people found the following review helpful:
4.0 out of 5 stars Great for Beginners, April 26, 2004
By A Customer
I came to Amazon to offer my 2 cents on this book, and I was very surprised to read negative comments from others. I think this book is great for beginners, and I'm not sure why there are those who find it less than helpful. There were a few minor bugs in the code, but anybody with half a brain can figure it out. This book is one of the few that offer code where register_globals is "off" as had been my problem with other books. I found the real world examples useful and thorough (so far at least) and the reading is actually humorous which is also unlike some of the other books which sound like you are reading IRS tax documentation.

I not only learned a lot from this book, I enjoyed it as well.

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



 
3 of 3 people found the following review helpful:
1.0 out of 5 stars It's time is past!!, July 9, 2007
Well its been on my shelf for a couple years and how I've opened it. I am on page 165 and back to Amazon to search for a book to replace it.
The book is outdated. The forum for the book is not well visited. The support code for the book is failing images and some files. The code is written inconsistantly, different authors, and there is no mention of this or proper coding examples. Variables are created on the fly and creates some error messages with uptodate PHP. The explanations of certain things requires several readings sometimes to fill in blanks that a beginner should have explained. The use of CSS is not even mentioned so far and the html does not meet Xhtml standards. We must not forget the book was copyrighted in 2004.

I have purchased "Beginning PHP and MySQL 5" by Jason Gilmore and it seems to be a resonable book but leans more towards a reference text. The search continues...

Namaste,

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


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

4.0 out of 5 stars Great beginners book
I think the people that criticize this book don't see the forest from the trees. Yes, there are typos, but this book goes into many of the things I was looking for in getting my... Read more
Published 13 months ago by Parris L. Gjerde

2.0 out of 5 stars This book was written by functional illiterates
The authors are great PHP programmers, I have no doubt, but terrible writers. I do not recommend this book. Read more
Published on June 29, 2007 by Web Boy

4.0 out of 5 stars A Truly Excellent Book for the "Beginner"
This book is really quite good. It's very interesting & definitely very readable. When I read it, I got straight down to business, so to speak. Read more
Published on July 15, 2006 by Rui Zhi Dong

5.0 out of 5 stars Solid coverage of beginning topics
I used this book as a tutorial on the subject with graduate students who had only basic programming experience and we all agreed that it was a great way to get started with... Read more
Published on October 14, 2005 by Raj Singh

1.0 out of 5 stars Not Worth One Star
Worst book of all time, sorry guys and gals but whoever wrote and edited this book should buy a book themselves "Learn to Write and Edit by DUMMIES". Read more
Published on April 10, 2005 by inimitable

5.0 out of 5 stars Very useful!
I have lots of computer books and I find this one to be extremely helpful. I've used information in this book to help with my home Internet business already! Read more
Published on April 26, 2004

5.0 out of 5 stars I am glad I bought this book.
I have about every book related to PHP, Apache, and MySQL out there--from beginning to advanced. This book has several things in it that are excellent, even to the... Read more
Published on April 26, 2004 by Alan Fullmer

Only search this product's reviews



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
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

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.



Your Recent History

 (What's this?)

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