Customer Reviews


10 Reviews
5 star:
 (4)
4 star:
 (2)
3 star:
 (4)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


1 of 1 people found the following review helpful:
5.0 out of 5 stars Fantastic Book
My name is Chad R. Smith and I am the President of Get A Supplier ([...]). I have been a website programmer for over 7 years and started from this book. It makes me happy to see that this is still in print as I think that this book is extremely valuable to anyone who is wanting to get into the world of PHP. When I got this book it was Christmas time and I read it all...
Published on June 18, 2007 by Chad R. Smith

versus
11 of 13 people found the following review helpful:
3.0 out of 5 stars Useful concise guide but poorly edited
Essential PHP for Web Professionals is intended as a concise how-to guide for somebody new to php and needs quick answers. For its size, the book covers quite a lot of breadth: from simple forms all the way to databases. The small size of the book makes topics easy to find though. Another big plus is the line numbers in the code listings that make the author's commentary...
Published on December 30, 2000 by J Hong


Most Helpful First | Newest First

11 of 13 people found the following review helpful:
3.0 out of 5 stars Useful concise guide but poorly edited, December 30, 2000
By 
This review is from: Essential PHP for Web Professionals (Paperback)
Essential PHP for Web Professionals is intended as a concise how-to guide for somebody new to php and needs quick answers. For its size, the book covers quite a lot of breadth: from simple forms all the way to databases. The small size of the book makes topics easy to find though. Another big plus is the line numbers in the code listings that make the author's commentary easy to follow. However code readability suffers from the indentation style or lack of thereof.

To round out this review, I should mention that there are a couple of irritating details. The section on how to install php on a Linux computer is clearly a cut & paste job from the Windows section. It makes reference to the c drive which of course does not exist in Linux. Thus a Linux user will find the installation chapter pretty well useless. I have sent off an email to the editor but have not yet received a reply. There is also a typo in the chapter on incorporating mySQL into php. The flag to compile apache with mySQL support is --with-mysql and not -with-mysql. This section for the Linux user is again useless because of it's incompleteness.

In summary, I would recommend this book for the example scripts but if the reader requires more details on installation and/or database connectivity, other books will have to be consulted.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
3.0 out of 5 stars Good for newbies but experienced programmers should avoid, April 5, 2001
By 
sonytoao (Silver Spring, MD USA) - See all my reviews
This review is from: Essential PHP for Web Professionals (Paperback)
This book provides the basics of PHP programming in an easy-to-read format. It also provides a simplistic discussion of many of PHP's benefits, including cookie management and auto responders. Its lack of detail, however, will frustrate those who already have experience in programming Perl, C++ or other OO languages. For example, the book introduces the mail() function with a light code example, but does not indicate or even hint that configuration must occur somewhere with sendmail (on the linux box) or an outgoing smtp server (for windows). I would recommend this book to non-programmers who want a quick-and-dirty intro. to PHP, but experienced web app. developers should look elsewhere.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Audience-Specific, October 9, 2001
By A Customer
This review is from: Essential PHP for Web Professionals (Paperback)
This book has some pretty good examples; however, it skimps on details. It also seems to be geared toward those already familiar with UNIX scripting conventions, because it introduces some syntax features, like back-slashes, with little or no explanation. It also does not explain how or if "nulls" or string-to-number conversions are handled. Nulls can be big "gotchas" if not well-understood. It does not cover session management (which is fairly new I hear, and may not have been around when written). If you like practical examples, then this may be for you. If you like programming details, avoid it. Also, code indentation was lacking in many examples. They may have done this to make it fit on the page, but even slim indentation would have helped readability.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Fantastic Book, June 18, 2007
This review is from: Essential PHP for Web Professionals (Paperback)
My name is Chad R. Smith and I am the President of Get A Supplier ([...]). I have been a website programmer for over 7 years and started from this book. It makes me happy to see that this is still in print as I think that this book is extremely valuable to anyone who is wanting to get into the world of PHP. When I got this book it was Christmas time and I read it all the way to and from grandma's. I took notes, highlighted pages, and just wanted to read more and more.

What it lacks:
It lacks substance (as seen from other posters), it cannot provide you with the why and how it works. Other books that have provided me the next level in my quest of PHP knowledge include WROX (Beginning PHP5, Apache, and MySQL Web Development (Programmer to Programmer), and Advanced PHP). These two books will provide the why and how it works, but give you code that is very long. This book also lacks the ability to use best programming practices. It has register_globals off which as you begin to see when getting into the language is a very bad habit to get into. One that has taken me a year or so to break. This book uses cookies where it should have used sessions, however that's just the personal taste of the author.

What is does well:
This book is above and beyond great at showing you a clear example of using a function and making it work. This author takes great strides to make everything simple and very understandable to anyone. Now with the existence of PHP5 the installing methods have changed slightly as PHP3 is no longer being supported. The author also gave you real world examples such as a message board (which included a database and login) which as you progress in the world of PHP is important to your livelihood. It does well at giving you examples of using: mail, databases, includes (though one would note using .inc.php is better than .inc), arrays, strings, and a few other vital aspects of PHP.

I read this book when I was starting out, and recommend it to all my friends and co-workers who are wanting to get started in the industry. As said before if you are a more experienced programmer I would look at the WROX line. However, if you know some (X)HTML and you want to get into the world of PHP without the nonsense this book is perfect for you.

Thank you,
Chad R. Smith
President of Get A Supplier
www.getasupplier.com
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Wow! GREAT BOOK!!, January 3, 2004
By A Customer
This review is from: Essential PHP for Web Professionals (Paperback)
I've must have spent at least a gabazillion dollars on useless PHP (and other programming) books in recent months. NOT ONE of them has the ability to:

1. Explain things clearly and understandably to all, and/or

2. Present their material without being FILLED with errors that essentially render their books totally useless.

Unlike EVERY OTHER BOOK I've now read on the subject, this one is a GEM!! Run out and BUY IT, NOW. If you are new to PHP you should NOT even consider anything else first. I've just spent TWO WASTED WEEKS with another book (allegedly the "latest and greatest") that was just released on this topic - I'm now about to give up on that one simply because the pubisher has ignored the horrendous errors in that book and won't publish an errata sheet. This book, even though I've covered half of it, just this evening (really), has taken me well beyond where I had gone with the last one, in just a FRACTION of the time. Even better, I actually UNDERSTAND what the author is trying to say and his code actually works! PLEASE, PLEASE, PLEASE write more!

Perhaps my only "complaint" is that this book is now "dated" and should be revised. By that I mean that most examples refer to PHP ver. 3 and some of the HTML should also be updated to reflect the change to XHTML. These little matters are easily overcome though and do not present a significant problem.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Great Book, April 30, 2002
This review is from: Essential PHP for Web Professionals (Paperback)
This book has been a big help since I'm a beginner at PHP. It's very informative although I do find most of the same stuff online.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
4.0 out of 5 stars Starting PHP or review PHP!, July 27, 2001
By 
This review is from: Essential PHP for Web Professionals (Paperback)
The book is for those who know NOTHING about PHP!. They just need to know simple thing about HTML (just understand the code!), or it's for those who need QUICK reveiw on PHP.

The author's language is very simple and to the point. He will teach you from installing PHP (and Apatche server) in your pc till integrating PHP with Mysql database. After you finish chapter 2, you will know how dynamic pages work and you can do very simple dynamic page. The chapter about database is perfect (now i understand and know how to make databases on my server!!)

The author is explaining all lines of each script in the book, which is good way of understanding how a script works!

After you finish the book, you will understand PHP scripting (you won't know everything about PHP) so you can start developing your self by doing more scripts.

This is the only book i found about PHP, so can't compare it.

but it is worth it!!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Excellent book, May 22, 2006
This review is from: Essential PHP for Web Professionals (Paperback)
Superb book. Very 'essential' to any beginning PHP developer. I still use my as reference. All information is explained in detail and in a manner that is easy for even the most concentration-challenged of us - myself included!
Before this book I often struggled with using PHP, often defaulting to just basic HTML/CSS. After reading it, all I write is PHP!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 3 people found the following review helpful:
3.0 out of 5 stars Lacking in substance from a programmer's perspective, October 25, 2001
By A Customer
This review is from: Essential PHP for Web Professionals (Paperback)
Although the book does contain some "real world" examples, it lacks in real substance on the language of PHP. The examples are trivial at best. It would've been more worth the money had the author provided more depth to the use of presented functions, as well as included additional language structure specifications.

If this book is geared for TRUE web professionals (ie: programmers that want to know limitations), the author should have included information that is pertinent to professional development. Instead, the author chose to punt and let the white papers located on the PHP website handle those issues.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 12 people found the following review helpful:
4.0 out of 5 stars Great new book, November 15, 2000
By A Customer
This review is from: Essential PHP for Web Professionals (Paperback)
It's easy to understand for beginners, and fast enough for professionals.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Essential PHP for Web Professionals
Essential PHP for Web Professionals by Christopher Cosentino (Paperback - Oct. 2000)
Used & New from: $0.07
Add to wishlist See buying options