See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

18 used & new from $2.92

Have one to sell? Sell yours here
 
 
Professional PHP4 Web Development Solutions
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Professional PHP4 Web Development Solutions [ILLUSTRATED] (Paperback)

by Luis Argerich (Author), Alison Gianotto (Author), Raj Dash (Author), Matt Anton (Author), Jon Stephens (Author), Bryan Waters (Author), Jo Henrik Endrerud (Author), Luis Argerich (Author), Jo Henrick (Author)
4.3 out of 5 stars See all reviews (10 customer reviews)


Available from these sellers.


7 new from $12.90 11 used from $2.92
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 18 used & new from $6.54

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description
This book aims to demonstrate the the versatility of PHP for the development of large-scale web applications. This book will be code heavy with case studies spanning the feature rich functionality of PHP coupled with HTML, XML, and WML.

The PHP programming techniques are be presented in such a manner that readers would be able to extrapolate the techniques (from both the theory and the case studies) for their own applications.

From the Publisher
This book is positioned to fill the 'solutions' gap left behind by the theoretical offerings of the multitude of PHP books in the market. The intent is to extend the real world conversation started in those books,as well as to offer solid web application design techniques and solutions using PHP, databases, and markup languages. We assume that readers picking up this book have beginner to intermediate PHP quotient.

What this book covers:

*Creating an association directory using XML markup and a MySQL Database *Creating a BOMP Server using PHP with MySQL and PEAR::DB *Building a PDA/wireless Store Directory application using PHP-Lib *Creating a job board using PHP, WML,MySQL and Smarty *Building a paranormal news story server using PHP, MySQL, and Smarty *Creating a web corpus with simple PHP scripts *Building a classified ads board with PHP, MySQL and Smarty *Building both a simple and an advanced content management system using PHP, MySQL, and XML *Building a search engine for dynamic sites using PHP, MySQL, and PHP-Lib *Building a complete three-tier, multi-client wireless MyStuff server *Building a PHP/MySQL based Genealogy database server *Building a robust site architecture using the PostNuke content management system

See all Editorial Reviews


Product Details

  • Paperback: 500 pages
  • Publisher: Wrox Press; 1st edition (November 2002)
  • Language: English
  • ISBN-10: 1861007434
  • ISBN-13: 978-1861007438
  • Product Dimensions: 9 x 7.1 x 1.5 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.3 out of 5 stars See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #1,169,178 in Books (See Bestsellers in Books)

Look Inside This Book
Browse Sample Pages:
Front Cover | Table of Contents | Index | Back Cover

What Do Customers Ultimately Buy After Viewing This Item?


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.
(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

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

 
12 of 12 people found the following review helpful:
3.0 out of 5 stars Good book with typical flaws, April 22, 2003
By A Williams "honestpuck" (Neutral Bay, NSW Australia) - See all my reviews
(REAL NAME)      
Wrox Press seem to have become masters at putting together volumes from a large number of authors. This 600-page volume is another example. This way of working does have some drawbacks, there is a little repetition of some basic stuff throughout the book, but not enough to truly detract from it.

The book, after some expository material, details 11 projects of increasing complexity. They use PHP, MySQL, PEAR::DB, Smarty and PHPLib. The target audience, according to the book jacket, are programmers who already have a good knowledge of PHP, SQL Databases and XML. Frankly, I think they overdo the amount of experience you need to use and benefit from this book. If you are on top of all those topics well enough to consider yourself "professional" then this book may be too simple. If, on the other hand, you are, like me, conversant with PHP and SQL but would like to take yourself up to "professional" use of technologies like XML, templating and WAP enabling then this book will be good.

The book is stuffed full of code examples -- and while you can download them in a ZIP file of over 3Mb you shouldn't think of this book as a "cookbook" as such. It shows various methods for performing most of the tasks you need to build solid backend web site systems to deal with a large variety of data. The projects cover importing and exporting of XML, messaging systems, forums, content management, using templates for both HTML and WML, search facilities and both simple and complex content management among other topics.

One thing I did appreciate about this book is how much they left out. No coverage of PHP fundamentals, SQL fundamentals and simple stuff like web forms might be covered once, at most. I certainly didn't need another book on my shelves explaining the basics.

My largest criticism of this book is one shared by too many modern titles for computer programmers; there is too much explanation and too much repetition. The section on SQL is the perfect example. Most projects contain some tables describing each database table, a diagram of the relationships and then the full SQL required to build them, their indices and some example data. For their proposed target audience this is way too much information, and as it is safe to assume that everyone who buys this book has a decent `net connection, why put a printout of SQL available online in a PHP book? I could have easily written the SQL myself and having it in the book doesn't make it much easier and since it was available online it was a total waste of space.

I also have to take exception to, an (admittedly short) chapter devoted to installing and configuring PostNuke. It gives you no more information on this simple task than the online documentation. As someone who has installed PostNuke a couple of times and never needed any assistance beyond the readme files (and the first was long before I considered myself a good PHP programmer) I felt this was a complete waste of space and not "web development" at all.

My final criticism is once again shared by too many modern titles, there isn't really enough discussion of the design decisions and complications. There are enough code examples and walk throughs to satisfy anyone, but not enough key design decisions are discussed at all, with only a few short examinations of any real design problems. I would have appreciated some walk throughs of such things as code that was too slow, problems with race conditions, methods for mixing static and generated parts of a site and all the real world stuff that intrudes when your site gets slashdotted and that code that was so neat with a hundred visitors a day becomes a thousand. Then show how the code they provide is better, avoids the problems and how to get my code to the same state. Since this book is "professional" a little more real world, please.

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



 
9 of 9 people found the following review helpful:
5.0 out of 5 stars WROX Solutions Vs. ORA Cookbook, December 16, 2002
By Kevin Peach (Seattle, USA) - See all my reviews
I ordered a copy of the "Professional PHP 4 web Development Solutions WROX", along with a copy of the "PHP Cookbook ORA" . Upon reading both these books, i thought i should offer a honest review comparing the two:

Both the books were informative in their own right

o The WROX book offered complete solutions to real world problems - a Simple/advanced CMS (the core of which you can plug into your site), a simple search engine, a classified ads board, and lots of cool creative case study solutions that i could extend to use in my hobby sites. The content was very enterprising and all of the solutions presented are the most popular one's amongst web developers these days. More interesting is that these solutions can be completely re-used and extended into your projects. However, the downside of this book is that you would need to have prior PHP knowledge either picked up from WROX' Professional PHP 4 (as is mentioned as a pre-requisite in the book) or from the Programming PHP ORA, or any another competent professional PHP programming books in the market.

o The ORA book had small snippets of code based solutions (very similar to the PHP Developers cookbook from Sterling and Andrei) that are very useful for programmers who are confounded with small to medium coding problems. However, there was nothing enterprising about the coverage, that one could not achieve from using a combination of the online docs + mailing lists. Another downside was that i could not find full solutions that i could re-use in my projects.

On the Other hand, i found

So the bottomline is:

oCare for a full meal - Pick up the Wrox book.
oCare for an appetiser - Pick up the ORA book.

I am posting this same review for both the books (so customers can benefit from it). However, i have ranked the Wrox book, a notch above this one, simply because i wanted a burp:-)

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



 
6 of 6 people found the following review helpful:
5.0 out of 5 stars Share a review, January 15, 2003
Folks - i bought this book after i read Manuel Lemos' review of the same. It pretty much summed up,all that i thought about this book (after i put it down). I thought i should share the same here for the benefit of amazon[.com] customers. Here goes:

"Manuel Lemos, December 15, 2002
Often learning by example is the fastest and easier way to learn for many people. This is particularly true for people willing to learn how to develop solutions that solve their software needs. This is the focus of the book PHP4 Web Development solutions.

This book presents with great detail solutions for a significant number of common types of Web applications. These are not at all trivial applications. These are applications that address the needs of many sites.

The list applications is long but I will try to summarize the topic that they address and represent more frequent needs of people developing Web applications. Those applications implement: directory of subscribers of a site, online messaging, online multimedia content publishing, WAP applications for mobile devices, job board, classified ads board, a search engine and a portal.

Most applications are database driven and come with detailed database schema definition with detailed explanations on the purpose of the tables and their relationships.

These database applications use PEAR::DB as API. However, all of them are MySQL specific. This means that they may need to be adapted to work with other types of databases because currently PEAR::DB does not provide complete database independence support as it would be needed.

Most applications use either Smarty or PHPlib packages to render the user interfaces from template page files. This is useful to demonstrate how to separate the presentation layer from the applications' logic layer with all the convenience that arises from that.

Overall this is a very useful book that can be used to learn from practical examples of real world applications. If you were look for a PHP Web applications cookbook to help you to learn about common application and design and implementation techniques, this book is surely a good choice."

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


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

4.0 out of 5 stars Left me wanting more
I have been a professional PHP developer for a number of years now, since PHP3 was still being actively developed. Read more
Published on November 28, 2004 by Patrick Paul

5.0 out of 5 stars A Promise
I simply enjoyed this book and all the solutions presented in it.
I had earlier mastered PHP from reading "Beginning PHP4" and "Professional PHP4" from the... Read more
Published on January 29, 2003 by Rebecca Falkner

3.0 out of 5 stars Good, if its what you want...
Before buying this, you should have a SOLID grounding in the theory and practice of php. This book does offer solutions, even ones that seem elegant. Read more
Published on January 27, 2003 by Michael Davis

5.0 out of 5 stars Real Solutions for Web Deveopment
Seems Wrox is going great with PHP titles with pretty good collection coming one after another! Being into web development myself, this book has come as a great relief. Read more
Published on January 25, 2003 by Paul W.

3.0 out of 5 stars PHP4 Web Development Solutions
I highly recommend that prior to buying this book, you go to the Wrox web site ... to preview the sample chapter. I found that I simply did not like the style of the book. Read more
Published on January 24, 2003 by Mary Irene Barg

5.0 out of 5 stars Every PHP web developer ought to own this
This "solutions" book expects its reader to have basic PHP syntactical knowledge (that which can be learnt from looking at the PHP manual) or any of the several beginning level... Read more
Published on December 21, 2002

5.0 out of 5 stars A book complete with re-usable solutions
This is just the kind of book, that i have always
wanted. It's packed with solutions for the working professional/hobbyist, from cover to cover - Zero
pages wasted on... Read more
Published on November 30, 2002 by kevinm845

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


Discover Oregon

Garmin Oregon at Amazon.com
You'll find that on the trail, the new Garmin Oregons exchange waypoints, tracks, and geocaches with other Oregon and Colorado units.

Shop all Garmin

 

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.
 

Hilti Professional Tools

Shop for Hilti products
Hilti is a global leader of value-added, top-quality products for professional customers in the construction and building maintenance industries.

Shop for Hilti products now

 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 
Ad

 

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
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

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