Buy Used
Used - Very Good See details
$3.62 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
PHP3: Programming Browser-Based Applications with PHP
 
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.

PHP3: Programming Browser-Based Applications with PHP [Illustrated] [Paperback]

David Medinets (Author)
3.0 out of 5 stars  See all reviews (21 customer reviews)


Available from these sellers.



Book Description

McGraw-Hill Tools October 4, 1999
PHP is a tool that lets users create dynamic Web pages, and they can be created and edited the same way regular HTML pages can. This nuts-and-bolts toolkit is for anyone building dynamic Web applications in the UNIX environment. It gathers together the most comprehensive set of tools and shareware utilities on the CD and packages them with a tips and techniques reference book.

Editorial Reviews

Amazon.com Review

David Medinets's principal task in PHP3: Programming Browser-Based Applications is to find common ground for a discussion of PHP3, the database-interfacing module for the Apache Web server. Unfortunately, his task is subverted by PHP3's complexity.

In principle, PHP3's Perl-like script slides into HTML. When accessed by a browser, the code is interpreted by the Apache server, building a Web page out of data pulled from an SQL database through Apache's PHP3 module. The centrality of PHP3 in linking the user to the database is clear, but the stability of a uniform PHP3 implementation in an intrinsically heterogeneous Linux/Unix environment is so problematic as to be prohibitive.

To be fair, Medinets's PHP3: Programming Browser-Based Applications is a thoughtfully constructed book, but it sends mixed signals about whether it will enter the fray of PHP3 module support. Medinets's 20-page line-by-line description of building PHP3 begins with guidelines on how to make a new gcc compiler. Safe to ignore? Maybe not, because his Apache server-build instructions should be followed verbatim. A clean build and test on a generic Linux distribution is a multi-day effort because essential environment variables aren't documented--neither by Medinets nor by the PHP3 development team. Dynamical loading of the PHP3 module (the modern standard for module handling) is itself a subject of strongly worded statements in the newsgroups. Medinets has no comment on this show-stopping issue.

The book consists of didactic chapters on data manipulation, regular expressions, basic object-orientation, the CGI interface, and XML, all of which get interspersed with task-oriented interludes on connecting to databases, maintaining lists, creating HTML modules, and managing concurrent access. Over 100 pages of appendices provide SQL and PHP function references and Internet resources.

But the PHP3 development team must stabilize its interfaces before any single-source tract will suffice. Until then, readers must make personal commitments to read all available documentation. For the fearless few who venture into the PHP3 backcountry, Medinets offers an errata page at www.mtolive.com/phpbook to help with orientation. Active PHP3 mailing lists (www.php3.org) contain questions and answers, which are disparaging and hyperbolic but occasionally helpful.

The PHP3 developers have an outpost with a stable platform, and Medinets is safe at the outpost, but his smoke signals are too far away and the winds too variable for him to be of much help to us yet. --Peter Leopold

From the Back Cover

The most comprehensive collection of PHP programming tools for creating dynamic Web pages available anywhere.

As the essence of the Web resides more and more in databases, UNIX programmers need a complete set of tools that work well together, as well as a platform for building dynamic content. In this first-of-its-kind book/CD-ROM package, programmers are provided with an expansive set of support tools to develop state-of-the-art, dynamic Web applications and databases using. All open source software.

Written in a clear and precise manner by well-known author David Medinets, this book will teach you how to use the power of award-winning PHP and SQL Web tools to program browser-based applications. Programming languages, an open source database engine, and the Red Hat Linux operating system are fully explored, giving you a clear understanding of this thriving, explosive technology.

Plus, the accompanying CD-ROM contains the PHP programming language, the SQL database engine, the Red Hat Linux 5.2 operating system, sample applications and code listings, and all the software documentation found in the book.

UNIX Administrator's Complete Programming Toolkit:

PHP Fundamentals Database Fundamentals Advanced PHP Application Fundamentals Application Examples Extending PHP

Product Details

  • Paperback: 448 pages
  • Publisher: McGraw-Hill Companies (October 4, 1999)
  • Language: English
  • ISBN-10: 0071353429
  • ISBN-13: 978-0071353427
  • Product Dimensions: 8.7 x 6 x 1.5 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (21 customer reviews)
  • Amazon Best Sellers Rank: #3,914,987 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

35 of 36 people found the following review helpful:
5.0 out of 5 stars Great PHP3 book for building dynamic database applications!, November 29, 1999
Amazon Verified Purchase(What's this?)
This review is from: PHP3: Programming Browser-Based Applications with PHP (Paperback)
I use PHP3 and mySQL extensively on my vtfood.com/trains web site, but up until now, it has been hard to find a well rounded PHP3 book.

This book covers everything from installing PHP, understanding all aspects of PHP, connecting to databases (such as mySQL), pattern matching, working with CGI, XML, and many other goodies.

I am a fairly experienced PHP programmer, but this book has shown me several advanced tricks that I didn't know about, mostly due to lack of time to research these types of things on my own.

If you are a beginner, this book is perfect for you because the technical topics are covered in a straightforward, non-technical manner with lots of sample code to learn from.

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


22 of 23 people found the following review helpful:
2.0 out of 5 stars Rough start, January 14, 2000
By A Customer
This review is from: PHP3: Programming Browser-Based Applications with PHP (Paperback)
Unfortunately, I expected the accompanying CD containing mysql, apache, php, etc., to be useful. Instead, the .tar files wouldn't compile without errors (I tried them on 2 different machines), and the my_ODBC tarball is actually for Windows. I ended up downloading the .tar's which then compiled flawlessly.

Now that I've gotten past the installation (no thanks to the book), I'm finding typos in the sample code. Grrrrrr.

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


20 of 21 people found the following review helpful:
3.0 out of 5 stars Something for everyone but not enough detail for reference, January 11, 2000
By 
Eric Hwang (Edmonds, WA United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: PHP3: Programming Browser-Based Applications with PHP (Paperback)
If you're like me, you like to dive right in and start coding immediately to see what can be done. To do that, one needs a good reference on the available functions, syntax, etc. That's not what you'll get with Medinets' book.

While it does have a lots of useful information for beginning programmers and developers using MySQL and XML, it lacks depth. The book tries to cover too much territory and as a result fails to deliver enough useful information to make PHP accessible to all programmers.

There are plenty of code examples but they often refer to code used in previous chapters. I like to use books such as this as a reference and having to constantly cross-reference to other snippets of code is time consuming. I guess if I sat and read the book cover to cover, this would be less of a problem. However, most of the book is so rudimentary for most experienced programmers you would probably skim through it to get to what you need to know.

The most frustrating part of trying to really 'use' this book is that there is no function reference. Just a list of the functions without any parameter references or anything. I end up going to the PHP web site and getting more useful information online than in the book.

If not for some of the information on pattern matching, SQL and PHP installation, this book would have little value for me.

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



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
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
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject