See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.
Beginning PHP4 and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

39 used & new from $0.01

Have one to sell? Sell yours here
 
 
Beginning Php 4 (Programmer to Programmer)
 
See larger image
 
Start reading Beginning PHP4 on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Beginning Php 4 (Programmer to Programmer) [ILLUSTRATED] (Paperback)

by Chris Lea (Author), Wankyu Choi (Author, Editor), Allan Kent (Author), Ganesh Prasad (Author), Chris Ullman (Author)
4.0 out of 5 stars See all reviews (47 customer reviews)


Available from these sellers.


7 new from $4.25 32 used from $0.01
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $31.99
Paperback $39.99 $39.99 39 used & new from $0.95

Customers Who Bought This Item Also Bought

Web Application Development with PHP 4.0 (Landmark)

Web Application Development with PHP 4.0 (Landmark)

by Tobias Ratschiller
MySQL (4th Edition) (Developer's Library)

MySQL (4th Edition) (Developer's Library)

by Paul DuBois
4.6 out of 5 stars (116)  $31.49
PHP and MySQL Web Development (4th Edition) (Developer's Library)

PHP and MySQL Web Development (4th Edition) (Developer's Library)

by Luke Welling
4.4 out of 5 stars (199)  $31.49
Beginning MySQL (Programmer to Programmer)

Beginning MySQL (Programmer to Programmer)

by Robert Sheldon
4.7 out of 5 stars (3)  $26.57
PHP 4:  A Beginner's Guide

PHP 4: A Beginner's Guide

by William McCarty
3.6 out of 5 stars (13)  $29.99
Explore similar items

Editorial Reviews

Amazon.com Review
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


  • Product 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.

    See all Editorial Reviews


    Product Details

    • Paperback: 800 pages
    • Publisher: Peer Information; 1st edition (October 2000)
    • Language: English
    • ISBN-10: 1861003730
    • ISBN-13: 978-1861003737
    • Product Dimensions: 8.9 x 7.2 x 1.7 inches
    • Shipping Weight: 2.8 pounds
    • Average Customer Review: 4.0 out of 5 stars See all reviews (47 customer reviews)
    • Amazon.com Sales Rank: #1,038,992 in Books (See Bestsellers in Books)

    Citations (learn more)
    1 book cites this book:

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

    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

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

     
    15 of 15 people found the following review helpful:
    5.0 out of 5 stars by far the best beginning php book i own, April 3, 2002
    By Amy M. Sheflin (Lafayette, CO United States) - See all my reviews
    (REAL NAME)   
    Whenever anyone asks me which book I recommend for someone just starting out with PHP I recommend this one. The book is an excellent introduction to not only PHP but also to mySQL , database design, and elementary programming prinicipals such as arrays and datatypes. With confidence I can recommend this book to a beginner that has never used a database before (let alone designed one) or programmed before and know that with this one book they can get a handle on how to create a simple database driven php site. I found the examples to be excellent. In fact, I have reused code in this book on my projects several times.

    As a book for beginners should be written, it assumes no prior knowledge whatsoever and is easy and enjoyable to read. The one thing the book does assume, which I think is a must, is prior knowledge of HTML and some Javascript. If you've never even built a webpage before, you should start with learning those 2 things first before picking up this book.

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



     
    12 of 12 people found the following review helpful:
    5.0 out of 5 stars Excellent for the PHP Beginner, July 11, 2002
    By JC-Austin "Jason" (Austin, TX USA) - See all my reviews
    I recently purchased this book, and as some of the other reviewers have said, it rarely leaves my desk. I found this book to be written at an ideal level of difficulty for someone with a good working knowledge of HTML, and NOTHING more.

    This book has helped me develop from a static HTML designer to a capable PHP programmer. The book covers a number of topics that I'd always wanted to use on my sites, including: cookies, sessions, interactive forms, and database connectivity, including an introduction to using SQL to connect to a number of different databases.

    The book has a number of tutorials and examples which perform the key function of transferring what you are learning into practical examples (often lacking in beginning books).

    There is also a great appendix of functions that gives the new programmer a reference to which they can refer for quick answers. Finally, and maybe best of all, Wrox has a great Web site with a number of forums related to the topics covered in the book.

    Overall, it's a great book for beginners. I used what I'd learned in the first week to add a number of dynamic features to my own Web sites, and the difference was instantly noticeable. Best of luck!

    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 Excellent for the beginner - get this red book!, January 19, 2003
    By Richard York (Camby, IN United States) - See all my reviews
    (REAL NAME)   
    I began php with two books, one being this wrox publication and the other a more advanced sams publication. The wrox publication was the fundamental lifesaver in my php learning. The examples were easy to follow. And wrox's p2p website and forums have proven to be a lifesaver again and again, providing a wonderful compliment to the book. It is not only a fabulous learning and how-to manual, but also makes a terrific reference. I would definitely recommend this book to the beginner. But not to sound like a complete advertisement! My experience with this book has truly been a positive one.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

    4.0 out of 5 stars I went from Zero to Expert and this book was a big help
    I like this book and highly recommend it. It is good for people who are new to PHP but not so good for people who are new to programming. Read more
    Published on June 22, 2004 by nospam262

    3.0 out of 5 stars It Gets The Job Done, But It's Nothing Special
    If you've been programming for a while, the pace of this book is too slow to read cover to cover. The best thing to do is read the first half of the book (through chapter 9) and... Read more
    Published on May 26, 2004 by P. Heath

    3.0 out of 5 stars Warning: error in most code
    This book is very well written, but you should know that the code in the book is written with "register_globals" turned on in the php engine. Read more
    Published on April 19, 2004 by redbaro

    1.0 out of 5 stars Dissapointingly inconsistent book
    This book was an alright general introduction to PHP4 let down by a great number of inconsistencies between authors. Read more
    Published on December 2, 2003 by robpolding

    1.0 out of 5 stars Dissapointingly inconsistent book
    The book is out of date as it covers PHP4 before security changes were made. It is also very inconsistant later on, as the various authors seem to believe in very different... Read more
    Published on December 2, 2003 by robpolding

    3.0 out of 5 stars I was stucked at chatper 6
    I was having headache when i read the book, that because the examples were all related to MATH . it's no use for building a real website . Read more
    Published on June 17, 2003 by LuckyStar

    4.0 out of 5 stars Train gives it four stars
    The book was great. I learned from in-depth examples. The only problem I had with the book was that some of the examples didn't work. Read more
    Published on June 13, 2003 by Seth Buntin

    4.0 out of 5 stars Great Reference
    This book turned me onto the Wrox press style of computing references.

    The book manages to teach the inside and out of php while not boring the user to death. Read more

    Published on January 29, 2003 by Paul M. Reinheimer

    5.0 out of 5 stars Better then O'Reilly
    I requested that my Parents buy me this book over two years ago. Sure I paid them for it but I demanded this book. Read more
    Published on January 26, 2003 by drgan

    2.0 out of 5 stars Beginning PHP4 is not well written
    This book reads as if someone recorded a group of teen-aged programmers telling someone how to write PHP scripts, and then simply transcribed what they said into a book. Read more
    Published on January 10, 2003 by Syd Allan (www.jagular.com/beo...

    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?)

    Listmania!



    Look for Similar Items by Category


    Summer Sales

    Omaha Steaks Hamburgers
    Shop the summer food sale and save up to 50% on salsas and spreads, steaks and burgers, seafood, oils and vinegars, and desserts, only at Amazon Gourmet.

    See all sale items

     

    Big Savings in Books

    Bargain Books
    Find great titles at fantastic prices in our Bargain Books Store.
     

    A Level Grip

    Shop for Black & Decker's Gecko Grip Levels
    Easily perform any basic leveling job with a Black & Decker Gecko Grip level, which comes complete with friction pads to help keep it steady under pressure.

    Shop the Black & Decker Store

     

    Keep the Computer Running

    Shop for Surge Protectors
    Protect your laptop from power surges and voltage spikes with a surge protector.

    Shop all surge protectors

     
    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
    Glenn Beck's Common Sense
    Glenn Beck's Common Sense
    Darkfever
    Darkfever by Karen Marie Moning
    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