Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
52 used & new from $0.72

Have one to sell? Sell yours here
 
   
PHP 4:  A Beginner's Guide
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

PHP 4: A Beginner's Guide (Paperback)

by William McCarty (Author) "In this module, you'll learn how to create and execute PHP programs..." (more)
Key Phrases: Beginner's Guide, Tools Help, Mastery Check (more...)
3.6 out of 5 stars See all reviews (13 customer reviews)

List Price: $29.99
Price: $29.99 & this item ships for FREE with Super Saver Shipping. Details
Upgrade this book for $5.99 more, and you can read, search, and annotate every page online. See details
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want it delivered Tuesday, July 14? Choose One-Day Shipping at checkout. Details
20 new from $5.74 32 used from $0.72

Frequently Bought Together

Customers buy this book with Beginning JavaScript, 3rd Edition (Programmer to Programmer) by Paul Wilton

PHP 4:  A Beginner's Guide + Beginning JavaScript, 3rd Edition (Programmer to Programmer)

Customers Who Bought This Item Also Bought

Web Application Development with PHP 4.0 (Landmark)

Web Application Development with PHP 4.0 (Landmark)

by Tobias Ratschiller
Php 4 Bible (Bible (Wiley))

Php 4 Bible (Bible (Wiley))

by Tim Converse
MySQL/PHP Database Applications, 2nd Edition

MySQL/PHP Database Applications, 2nd Edition

by Brad Bulger
3.1 out of 5 stars (41)  $26.40
Beginning PHP4 (Programmer to Programmer)

Beginning PHP4 (Programmer to Programmer)

by Wankyu Choi
4.0 out of 5 stars (47)  $39.99
Guide to Linux Installation and Administration, Second Edition

Guide to Linux Installation and Administration, Second Edition

by Nick Wells
Explore similar items

Editorial Reviews

Product Description
Essential skills for first-time programmers! PHP 4: A Beginner's Guide explains the fundamentals of this hot programming language. You'll learn to create forms, work with functions, use cookies, access relational databases, and debug PHP scripts. The modular approach of this series--including drills, sample projects, and mastery checks--makes it easy to learn PHP 4 programming quickly.

From the Back Cover

Get up and running quickly with PHP 4 using this introductory resource

Use this book to learn the basics of working PHP 4 -- one of today's most popular, cross-platform open-source scripting languages. You'll start out by creating basic PHP programs and move toward more advanced topics such as writing conditional statements, using strings, creating functions, inputting arrays, and more. Follow along with sample programs as they progress in complexity, so you won't miss a step along the way. In no time, you'll be able to use PHP as a Web development tool for e-commerce and intranet applications or for handling other tasks including network management and database administration. Informative and remarkably easy-to-follow, this instructive guide will help you master this powerful and reliable scripting language.

This Beginner's Guide is Designed for Easy Learning:

  • Modules -- Each concept is divided into logical modules (chapters), ideal for individualized learning
  • Goals -- Each module opens with the specific skills you'll have by the end of the module
  • Ask the Experts -- Q;A sections throughout are filled with extra information and interesting commentary
  • 1-Minute Drills -- Quick self-assessment sections to check your progress
  • Annotated Syntax -- Example code annotated with commentary that points to the particular technique illustrated
  • Projects -- Exercises contained in each module show how to apply what you are learning
  • Mastery Checks -- End-of-module reviews that test your knowledge using short-answer, multiple-choice, fill-in-the-blank, and simple coding questions


See all Editorial Reviews

Product Details

  • Paperback: 544 pages
  • Publisher: McGraw-Hill Osborne Media; 1 edition (July 26, 2001)
  • Language: English
  • ISBN-10: 0072133716
  • ISBN-13: 978-0072133714
  • Product Dimensions: 9 x 7.2 x 1.3 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 3.6 out of 5 stars See all reviews (13 customer reviews)
  • Amazon.com Sales Rank: #1,152,178 in Books (See Bestsellers in Books)

Inside This Book (learn more)


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(4)
(1)

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

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

 
20 of 23 people found the following review helpful:
1.0 out of 5 stars Not for the beginner..., November 28, 2002
By A Customer
Don't do it!! If you're new to programming, I recommend staying away from this book. It teaches programming using programming language. It's like trying to learn Greek by reading a Greek newspaper.

Here is an example from the book, it explains what an environmental variable is:
"Environment variables are used to store options and parameters that customize the application environment. Applications can access the values of environment variables and adjust their behavior accordingly."

If this example didn't make sense to you, don't expect the author to clarified it any further. For the most part, the entire book is written using programming jargon and not much plain English at all.

Here's another example, (one of my favorites):
"A database table should contain only atomic values. That is, no column should have a composite value."

I am sure this means something to someone, but to explain atomic values by saying they're not composite values is far from plain English! I nearly threw the book after reading this!

Nowhere did I find a simpler explanation of what is meant by atomic values. I guess the author thought "not composite" was sufficient enough.

I had to get this book for a class. I have read over half of it and still have no clue how to program with php. I actually experience anxiety when having to complete reading assignments from this book because I know it will only cause confusion and frustration.

Plus I have yet to figure out if there is any logical order to the way the material is presented. Each chapter seems to be independent of itself - not building on much of the previous chapters.

All in all, a very disappointing book. Despite the title, this is not a beginner's guide. If you already understand programming than maybe this will help you learn php. But if you are new to programming, stay away from this book... far, far away!

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



 
5 of 6 people found the following review helpful:
3.0 out of 5 stars Not as bad as they say, November 7, 2002
By Mike Cuccaro (Miami, FL) - See all my reviews
The examples in this book are decent. It has a path from beginner to intermediate that is acceptable. I think its main setback is that it doesnt really get into how the data is being parsed based on the code you write. Something he doesnt explain in the book that I found out the hardway (getting laughed at by the geeks in efnet-#php) is that globals are not turned on by default. This book assumes they are and doesnt tell you what thats all about. I would recommened this book to someone who doesnt want to learn php, but is more interested in stealing some codebits to put some projects up quickly. While I refer to it from time to time, when I do, im usually looking for the mickey mouse approach which this book seems to embrace. I wonder if I am allowed to say mickey mouse in a review.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars clear and easy to understand, June 21, 2003
By "keithl168" (San Diego, Ca USA) - See all my reviews
This is my first review. I don't normaly write them except that I found this book to be exactly what I was looking for. I needed to learn php and I had to do it on my own.I am a complete beginner in this area.
The chapters were clear and concise. The code was explained without 'over explaining" it.
There are small quizes in each section to help reinforce the learning.
I didn't find any problems with the source code.
If you're looking for a place to start with php I don't think you can find a better book.
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

5.0 out of 5 stars good intro to PHP
Most programming is intuitive, you have to catch on or you don't make it in the programming world... This is a really good intro to PHP. Read more
Published on January 24, 2007 by Manuel C. Hernandez

5.0 out of 5 stars This is the best PHP book I have found.
It is very helpful and includes quick reviews as well as practices to help gain hands-on experience. It starts with some very basic "this is what php is" and goes from there. Read more
Published on January 9, 2007 by Kris

2.0 out of 5 stars Condescending and Incomplete
I, for one, don't expect myself to know anything about a topic when I first start reading a book around it - especially when that book has the word 'Beginner' in the title... Read more
Published on July 7, 2003 by Steve Brown

5.0 out of 5 stars Great book
Great book. I use it more as a reference book now, and it basically never leaves my desk. I constantly use it, and have bookmarks throughout it. Read more
Published on May 5, 2003

2.0 out of 5 stars Book Needs To Rewrite
This is my first time to write the review. I hate to write some bad comments. But, I decide to do it. WHY? Read more
Published on June 14, 2002 by Mike111

2.0 out of 5 stars Code examples need work.
This book looked promising from the reviews. The code examples were buggy, I stopped trying to work through this book and picked up PHP Essentials by Julie Meloni and had a much... Read more
Published on June 10, 2002 by Michael Deininger

5.0 out of 5 stars Great Book
I started web development writing out pages and pages of HTML and started to want a little more from my websites. Read more
Published on June 5, 2002

2.0 out of 5 stars Get a book with debugged code
Don't waste your money

I bought this book after reading the reviews here and my experience with one of their other books (A Beginners Guide Flash MX, this was a very good book)... Read more

Published on May 31, 2002 by Moose

5.0 out of 5 stars Very Nice
I have been coding php for about 4 months, I had read the documentation over at php.net alot. It still felt that i was missing out on something and I needed more. Read more
Published on January 21, 2002 by Zachary Setliff

5.0 out of 5 stars An awesome book
I just recently bought this book, and i must say that it has helped me alot, and i am not even half way through it yet. Read more
Published on January 4, 2002 by monark110

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


Value Center Deals

Home Improvement Value Center
Let spectacular savings of up to 50% in the Home Improvement Value Center help motivate you to organize the closet, garage, and everything else.

Shop the Value Center

 

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.
 

The Easy Way to Square and Flatten Surfaces

Shop for jointers
Using a jointer is the best way to prepare wood for a perfect cut by perfectly smoothing and squaring the corners of your stock.

Shop for jointers

 

 

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

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