Add BestBookDeal to Your Favorite Online Bookmark Sites   Del.icio.us   Digg This   Stumble Upon   Furl   Blog Marks   Yahoo Bookmarks   Google Bookmarks

Home | Contact Us | Book Button | Create Links | Bookmark This Site | Help
Browse | Advanced Search | Movers & Shakers | Top Sellers | Coupon$ | Wish List

Book Cover
Beginning Php 4 (Programmer to Programmer)
Author:  Chris Lea, Allan Kent, Ganesh Prasad, Chris Ullman
Publisher:  Peer Information
Pub. Date:  Oct 1, 2000
Edition:  1st edition
Binding:  Paperback
Pages:  800
ISBN:  1861003730
List Price:  39.99 USD
Amazon Sales Rank:  765,040
Bn.com Sales Rank:  38,384
Amazon UK Sales Rank:  460,894
Amazon Review Link:
Bn.com Review Link:
Amazon UK Review Link:

Editorial Reviews (Courtesy of Amazon.com)

Book Description
PHP is a server-side scripting language. It is an open source, cross platform technology (NT, Linux, UNIX), rapidly gaining popularity as a scripting language for people running dynamic websites. Using practical examples and a step by step approach, this book explains how to develop web applications using PHP.
Amazon.com
Beginning PHP4 offers an almost ideal introductory tutorial to one of today's hotter scripting languages. This book really is everything that the novice needs to start building dynamic Web sites that are powered by PHP4, but old hands at programming also will find in it valuable information.

PHP, of course, is introduced in the book, but there's also an approachable and effective introduction to programming in general. The conscientious tutorial on basic concepts like variables, keywords, and flow control will give even beginners an understanding of the basics of writing programs. PHP, it turns out, is not only a great way to generate HTML dynamically, but a very marketable skill. Web fundamentals like HTTP, HTML form variables, and managing session information using no less than four different techniques are explained thoroughly and effectively. You also find out how to install PHP and other tools on your system, with the assistance of plenty of screen shots.

That's not to say that this book will cramp the style of more experienced developers. Some chapters delve into such important and advanced topics as database programming (with MySQL) and PHP's support for XML. One standout section demystifies the new support for objects and classes in PHP4. Basic topics like managing files and directories on the server, plus graphics processing, are addressed, of course, and a nifty sample program shows you how to build a Web-based text editor. Except for the final case study--a "URL directory manager" (akin to Yahoo!) that's rather specialized--the examples are right on, and illustrate everyday programming tasks. You'll learn also how to generate e-mail with PHP--certainly a valuable skill to have.

The appendix lists several hundred PHP functions in over 50 pages--a handy and useful feature. In all, Beginning PHP4 provides a strong choice for learning about one of today's most powerful and easy-to-use scripting languages; it's concise, fast moving, and thoroughly approachable. --Richard Dragan

Topics covered:

  • Introduction to PHP 4
  • Downloading and installing PHP
  • Basics of HTTP and Web pages
  • PHP as a scripting language
  • PHP data types
  • Constants and conversions
  • HTML primer
  • Form variables
  • Decision making in PHP
  • Loops and arrays
  • PHP functions
  • Error handling in PHP
  • Tips on writing more maintainable code
  • Debugging hints
  • Preserving state with hidden form variables

  • Query strings
  • Cookies and PHP4 native sessions
  • Using PHP objects
  • File and directory functions
  • PHP database programming
  • Installing and using MySQL
  • Tutorial for SQL syntax
  • Querying and updating records
  • XML "quickstart" for PHP users
  • Creating e-mail and electronic newsletters
  • PHP graphics processing (including image maps)
  • Case study for a URL directory manager
  • ODBC tutorial
  • PHP4 function reference

  • Table of Contents (Courtesy of Barnes & Noble.com)

    Chapter 2: Writing PHP Programs
    Chapter 3: Getting data from the client
    Chapter 4: Decision making
    Chapter 5: Loops and Arrays
    Chapter 6: Organizing your code
    Chapter 7: Error Handling
    Chapter 8: Working With The Client
    Chapter 9: Complex Data
    Chapter 10: Handling Files
    Chapter 11: PHP Database Connectivity
    Chapter 12: Retrieving data from MySQL
    Chapter 13: Manipulating data in MySQL
    Chapter 14: XML
    Chapter 15: Email
    Chapter 16: Generating Graphics
    Chapter 17: Case Study
    A: Troubleshooting the Installation
    B: PostgreSQL
    C: ODBC
    D: Language Reference