PHP 4: A Beginner's Guide

  Author:    William McCarty, William McCarty
  ISBN:    0072133716
  Sales Rank:    1051922
  Published:    2001-07-26
  Publisher:    McGraw-Hill Osborne Media
  # Pages:    544
  Binding:    Paperback
  Avg. Rating:    4.0 based on 14 reviews
  Used Offers:    28 from $3.29
  Amazon Price:    $29.99
  (Data above last updated:  2008-12-30 05:49:20 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
PHP 4: A Beginner's Guide
  
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.
                  Reader Reviews 1 - 15 of 15                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
01-25-07 5 (NA)
(Hide Review...)  good intro to PHP
Reviewer Permalink
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. What you start with in this book can then be filled in and filled out with online resources and a sharing community of fellow programmers and techs.
And yes, PHP5 is in use now... but don't let that stop you from this introduction if you really want to jump in to implementing PHP for secure interactive content on your site!
(Review Data Last Updated: 2008-12-27 07:06:38 EST)
01-24-07 5 (NA)
(Hide Review...)  good intro to PHP
Reviewer Permalink
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. What you start with in this book can then be filled in and filled out with online resources and a sharing community of fellow programmers and techs.
And yes, PHP5 is in use now... but don't let that stop you from this introduction if you really want to jump in to implementing PHP for secure interactive content on your site!
(Review Data Last Updated: 2007-04-11 11:15:52 EST)
01-10-07 5 (NA)
(Hide Review...)  This is the best PHP book I have found.
Reviewer Permalink
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. It's definitely for beginners, and could even be for "Dummies." I highly recommend this book to anyone wanting to learn PHP.
(Review Data Last Updated: 2007-07-12 00:31:31 EST)
01-09-07 5 (NA)
(Hide Review...)  This is the best PHP book I have found.
Reviewer Permalink
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. It's definitely for beginners, and could even be for "Dummies." I highly recommend this book to anyone wanting to learn PHP.
(Review Data Last Updated: 2007-01-25 17:01:25 EST)
07-19-05 5 0\7
(Hide Review...)  Excellent
Reviewer Permalink
I've orderd PHP4 book and I'm satisfyed with my order, but why does the shipment cost that much?!
(Review Data Last Updated: 2007-07-12 00:31:31 EST)
07-07-03 2 3\4
(Hide Review...)  Condescending and Incomplete
Reviewer Permalink
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. However, I DO expect the author to know quite a bit, and to pass on that knowledge. Others may find it excusable that, with recent releases of PHP (meaning 4.2.0 and later), the scripts in chapter four won't actually work with a default PHP configuration - but I don't. I found it infuriating to have such a result, especially since it took me about an hour to resolve. (Kudos to php.net's page on 'Using Register Globals' for explaining things.)
Also, what kind of author calls a project a 'Busy Box?!' C'mon. That's all I can say. C'mon. Osborne has put out some excellent books (such as Herb Schildt's C++ books), but this one is _not_ up to their standard. It's an easy read, and a reasonable way for an experienced programmer to pick up PHP quickly (aside from the aforementioned caveats), but there have GOT to be better books out there.
(Review Data Last Updated: 2007-07-12 00:31:31 EST)
06-22-03 5 2\2
(Hide Review...)  clear and easy to understand
Reviewer Permalink
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.
(Review Data Last Updated: 2007-07-12 00:31:31 EST)
06-21-03 5 2\2
(Hide Review...)  clear and easy to understand
Reviewer Permalink
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.
(Review Data Last Updated: 2006-07-06 12:56:30 EST)
05-05-03 5 2\4
(Hide Review...)  Great book
Reviewer Permalink
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. I'm not sure how great it would be for a novice programmer, but if you under stand x=x+1 you should have no problem learning php with this book.
(Review Data Last Updated: 2006-07-06 12:56:30 EST)
11-28-02 1 19\21
(Hide Review...)  Not for the beginner...
Reviewer Permalink
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!

(Review Data Last Updated: 2006-07-06 12:56:30 EST)
11-07-02 3 5\6
(Hide Review...)  Not as bad as they say
Reviewer Permalink
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.
(Review Data Last Updated: 2006-07-06 12:56:30 EST)
06-14-02 2 2\8
(Hide Review...)  Book Needs To Rewrite
Reviewer Permalink
This is my first time to write the review. I hate to write some bad comments. But, I decide to do it. WHY? Because I saw a viewer giving this book "FIVE STARS" and very positive comments, then I bought this book---SO STUPID. The result is I am really disappointed buying this book after I read it. This book is not like others' same series(A Beginner's Guide) book when compared with "javascript: A beginner's guide".

I am really impressive the author always using this sentence--"SPEND SOME TIME STUDYING THE PHP SCRIPT", when he dump the codes without any explanations. Well, that's funny. I think I need to write php codes rather than study/research them. Please explain them clearly. For example, he used "Trim()" function in pp.142, however, he never explain what this function do at the first time using. I got to search somewhere else. In Chap 11, I don't think he needs to explain so many junks about UNIX.
The author always separated the PHP code and HTML code into two files from beginning to end of book. This is sort of misleading concept for beginner, actually PHP codes usually mixed with HTML codes.

IF YOU NEED PHP BOOK, GO TO OTHERS. DON'T WASTE YOUR MONEY AND TIME.

(Review Data Last Updated: 2006-07-06 12:56:30 EST)
06-10-02 2 3\4
(Hide Review...)  Code examples need work.
Reviewer Permalink
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 better experience.

There are better beginner books, get one of those instead.

(Review Data Last Updated: 2006-07-06 12:56:30 EST)
06-05-02 5 2\3
(Hide Review...)  Great Book
Reviewer Permalink
I started web development writing out pages and pages of HTML and started to want a little more from my websites. I decided to learn a web programming language, and php was the language that i chose. I decided that if i were really going to learn the language, i would need to buy a book on it. After looking for a while, i found this book and from the reviews and other sources, it looked like a great book.

After reading through the first couple of chapters and learning the basics of PHP i knew i had bought a good book. My favorite part about this book is the vast amounts of code snippets that it has incorporated into it. I can just look up something in the index, go to the page, type the code into my website, and that feature will be added to my site. I would suggest this book to anyone who wants a quick introduction into the PHP language. You dont need to know any previous knowledge about php, for it starts from the basics and works its way up.

(Review Data Last Updated: 2006-07-06 12:56:30 EST)
05-31-02 2 2\3
(Hide Review...)  Get a book with debugged code
Reviewer Permalink
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). I have had nothing but a headache trying to get the code to work from chapter 4 and 5. I've given up and don't recommend this book to anybody until the code is debugged. I feel I shouldn't have to go to PHP sites to get help in debugging code. Too bad from the reviews it looked promising but alas buy another book on introductory PHP.

(Review Data Last Updated: 2006-07-06 12:56:30 EST)
  
                  Reader Reviews 1 - 15 of 15                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)