Have one to sell? Sell yours here
Professional PHP4 Programming
 
See larger image
 
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.

Professional PHP4 Programming [Illustrated] [Paperback]

Deepak Thomas (Author), Wankyu Choi (Author), John Coggeshall (Author), Ken Egervari (Author), Martin Geisler (Author), Zak Greant (Author), Andrew Hill (Author), Chris Hubbard (Author), James Moore (Author), Devon O'Dell (Author), Jon Parise (Author), Harish Rawat (Author), Tarique Sani (Author), Christopher Scollo (Author), Chris Ullman (Author)
4.4 out of 5 stars  See all reviews (38 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover --  
Paperback, Illustrated --  
There is a newer edition of this item:
Professional PHP4 Professional PHP4 4.4 out of 5 stars (38)
Currently unavailable

Book Description

Programmer to Programmer January 2002
PHP is an open source, server-side HTML-embedded web-scripting language for creating dynamic web pages. Outside of being browser-independent, it offers a simple and universal cross-platform solution for e-commerce, complex web, and database-driven applications.

Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This book also aims at teaching PHP by coding - among other things - FTP clients, e-mail clients, some advanced data structures, session management, and secure programming.

What does this book cover?

The whys and wherefores of PHP4
PHP installation on *nix, Windows, and MacOS X
Sessions and cookies, coding FTP clients, network-related function calls, and directory services
PHP support for LDAP
Multi-tiered development using PHP
PHP's interaction with XML
PHP with MySQL
PHP with PostgreSQL and ODBC
Securing, optimizing, and internationalizing PHP applications
PHP extension libraries
A real world employee directory, an online library application, and a GTK interface to the application
Case studies on a user privilege system and a multi-tiered WML-based shopping cart


Customers Who Bought This Item Also Bought


Editorial Reviews

From the Publisher

This book is a resource for working PHP developers who want to take their skills to the next level. Although it assumes a conceptual familiarity with programming and databases in general, anyone who knows PHP enough to code and maintain small web applications can use this book. We also assume an interest in designing large web sites and general network programming to make full use of this book.

About the Author

Deepak Thomas; Harish Rawat; Wankyu Choi; Jon Parise; James Moore; Luis Argerich; Christopher Scollo; Devon O' Dell; Ken Egervari; John Coggeshall; Martin Geisler; Chris Hubbard; Andrew Hill; Zak Greant; Tarique Sani; Chris Ullman

Deepak Thomas is a Member of Technical Staff with Oracle corp. in Redwood Shores, CA. Co-author of Professional PHP; he has also contributed to other Wrox titles on Linux and Java both as an author and a reviewer. His interests include Linux, J2EE technologies and website deployment issues.

Jon Parise is a long-time contributor to the PHP, PEAR, and Horde projects. He holds a bachelors degree in Information Technology from the Rochester Institute of Technology and is pursuing his Masters in Entertainment Technology from Carnegie Mellon University. He currently works as an independent consultant.

Harish Rawat is a software developer at Oracle corporation. He has over nine years of experience in Systems programming. His technical areas of interest include XML,Java and Network Protocols.Co-author of Professional PHP; he has also contributed to other Wrox titles on Linux and Java both as an author and a reviewer.

James Moore is currently living in Bristol having taken a year out in between completing his A-levels at Richard Huish College, Taunton and continuing his studies at University. He is spending this year both working and travelling. Over the past two years James has taken an active role within the PHP Community as a member of the PHP Quality Assurance team and as the PHP-GTK Manual Editor. He has also contributed the Windows API extension to PHP's code base.


Product Details

  • Paperback: 974 pages
  • Publisher: Apress; 1st edition (January 2002)
  • Language: English
  • ISBN-10: 1861006918
  • ISBN-13: 978-1861006912
  • Product Dimensions: 8.9 x 7.3 x 2.1 inches
  • Shipping Weight: 3.6 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (38 customer reviews)
  • Amazon Best Sellers Rank: #2,514,207 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

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

20 of 20 people found the following review helpful:
3.0 out of 5 stars OK, but sloppy, March 25, 2003
By 
Rohan Parkes (St. Kilda, Vic Australia) - See all my reviews
(REAL NAME)   
This review is from: Professional PHP4 Programming (Paperback)
Having previously read Wrox's Professional ASP Programming, I tried this book, hoping for something of equal merit.

This volume is has some decent material, but is marred by a tendecy to sloppiness.

Firstly, as other reviewers have noted, there are too many authors (count 'em - 16!), which is unnecessary, and leads to inconsistencies in presentation. The book could quite easily have been authored by a single writer. There are only a few chapters that required specialist knowledge.

For example, the early chapters are quite good at advising the reader on PHP settings. Since there's no option explicit in PHP,the author correctly advises the reader to increase their error setting to report unused variables. Later, however, much of the code uses uninitialised variables. This is particularly the case in the chapter on form handling, the approach to which is too crude, and uses form variables directly in code, whereas a better approach would be to capture them and process them using isset(). The isset() function isn't even covered in this chapter,but is used correctly in other chapters.

Secondly, while the converstational tone of Wrox books is often appealing, it can also be a problem at times. The presentation is not always comprehensive enough, and Wrox authors have a tendency to give overly clever examples.

Strangely, there's no reference section. I found some of the explanations sloppy and confusing, especially the section of session variables. (I still can't get the WAP application to work properly.)

Thirdly, the chapter on OO design leaves the reader stranded. After a decent theoretical discussion, the writer informs the reader that there will be no code examples, as the reader now knows enough theory to work an example out for themselves! If I've paid for the book, I don't really want to have it set homework for me.

Fourthly, there are an annoying number of errors in the code. Many of these are corrected in the online errata, but there are quite a few that aren't at present. Furthermore, some of them are not typos, but seem to be the result of misconceptions on the part of the writer. This tends to reinforce the impression that some of the authors are relatively inexperienced.

Lastly, there are a large number of errors in the downloadable code. I suppose supplied code should be seen as a bonus, but it's poor quality control, and greatly adds to the user's annoyance.

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


9 of 9 people found the following review helpful:
5.0 out of 5 stars Excellent Database functionality coverage, January 29, 2002
By 
Steven Duffey (Bristol, United Kingdom) - See all my reviews
This review is from: Professional PHP4 Programming (Paperback)
With the book market flooded with compendia on PHP and MySQL,
I have been looking avidly around for a PHP book with coverage on PostgreSQL and ODBC.
This book has come at the right time for me - It covers the functionality aspects of MySQL,
PostgreSQL and ODBC - MS access and SQL server, through a common application that
runs through each of these chapters. I must admit however that the application was not high-end, but
it served very well the purpose of demonstrating the functionality of each database with PHP. I further
appreciated the use of GTK to develop a standalone app for the same database application. I am looking
forward to buying more of these common-theme-thread books - It has really helped me to good effect.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars The next Step to Professional PHP Programming, January 29, 2002
By 
Ewan Galloway (Kronborg,Denmark) - See all my reviews
This review is from: Professional PHP4 Programming (Paperback)
Firstly i must admit that i have been waiting for a book like this to be released.I am the proud owner of three PHP books - PHP Pocket reference,Professional PHP Programming and Beginning PHP4.These books have influenced my career tremendously and shaped my development direction.
The Professional PHP4 is a well structured follow-up to the all of the above mentioned books and a must buy for anyone who wants to take their PHP skills further.
Well structured... because it takes you from the Professional rudimentaries to core PHP syntax,functions and OO to issues outside typical web application environment.It also covers multi-tier development using four different databases and even covers aspects of Il18n,optimisation and security.
I have now recommended this book to replace Professional PHP Programming in our local PHP education forum.
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
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(43)
(15)
(5)

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
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject