29 used & new from $0.81

Have one to sell? Sell yours here
 
 
Core PHP 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.
 
  

Core PHP Programming (Paperback)

~ (Author)
2.7 out of 5 stars  See all reviews (120 customer reviews)


Available from these sellers.


6 new from $30.39 23 used from $0.81

Formats

Amazon Price New from Used from
  Hardcover, July 31, 2003 -- -- --
  Paperback, August 2, 2000 $34.19 $11.95 $0.90
  Paperback, May 7, 1999 -- $30.39 $0.81

Customers Who Bought This Item Also Bought

PHP and MySQL Web Development (4th Edition)

PHP and MySQL Web Development (4th Edition)

by Luke Welling
4.4 out of 5 stars (210)  $32.54
Core PHP Programming (3rd Edition)

Core PHP Programming (3rd Edition)

by Leon Atkinson
3.3 out of 5 stars (26)  $37.11
Explore similar items

Editorial Reviews

Amazon.com Review

Core PHP Programming: Using PHP to Build Dynamic Web Sites begins with an introduction to PHP that rapidly moves through the language's constructs. In his introduction, author Leon Atkinson provides a taste of PHP's variable usage, user input, conditional branching, and looping functions in a very concise chapter. A series of topical chapters follow, which explore the language in depth, presenting operators, statements, and concepts. User-defined functions, arrays, and classes are all covered, as is the often tricky topic of disk access.

Part II of the book comprises a topical summary of PHP's built-in functions. This section begins with I/O functions of all types, followed by an analysis of data manipulation and mathematical functions. The chapter on database functions provides a good feel for PHP's extensible nature by discussing programming issues involved with using databases such as dBase, IMAP, LDAP, MySQL, ODBC, Oracle, and Sybase. Throughout all of these chapters, the author is careful to provide digestible, real-world examples for every function.

The final two parts of the book present programming algorithms and basic concepts in application design. Atkinson provides reusable algorithms for sorting and searching, string manipulation, database access, and graphic generation. He discusses how to use PHP with HTML and create applications that are intelligently modular. The accompanying CD-ROM provides the source code for book examples, PHP, Apache, and other programs to get you rolling quickly with this intriguing language. --Stephen W. Plain



From Library Journal

The next hot environment is going to be PHP, a server-side, cross-platform, HTML-embedded scripting language that is open source (free) and completely Y2K compliant. PHP code is embedded within HTML, and the files are saved with either .phtml or .php3 extensions. For readers with a programming background, this solid guide has four sections: a basic introduction to the programming environment, a PHP function reference, algorithms, and software engineering for integrating PHP with HTML and the cgi for interactive programming and database querying. For larger computer collections.
Copyright 1999 Reed Business Information, Inc.

Product Details

  • Paperback: 450 pages
  • Publisher: Pearson Education (May 7, 1999)
  • Language: English
  • ISBN-10: 013020787X
  • ISBN-13: 978-0130207876
  • Product Dimensions: 9.2 x 7 x 1.6 inches
  • Shipping Weight: 2.7 pounds
  • Average Customer Review: 2.7 out of 5 stars  See all reviews (120 customer reviews)
  • Amazon.com Sales Rank: #1,382,724 in Books (See Bestsellers in Books)

More About the Author

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

Visit Amazon's Leon Atkinson Page

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

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 Reviews

120 Reviews
5 star:
 (22)
4 star:
 (22)
3 star:
 (15)
2 star:
 (17)
1 star:
 (44)
 
 
 
 
 
Average Customer Review
2.7 out of 5 stars (120 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
16 of 17 people found the following review helpful:
4.0 out of 5 stars A decent reference, though not as useful as the free manual, August 11, 2000
By A Customer
This book does a solid job of listing the basic functions and descriptions and is aimed more at the beginner, so I would recommend it to someone who is just starting out with PhP and/or who may not want to be online all the time to get reference help. Experienced PhP programmers probably won't find enough in this book to warrant it's cost, but the beginner should definitely consider buying it.

This book is a nice reference but doesn't really have much beyond what you can find online. (which you can also download for free). In fact I find the online manual more helpful because of the annotations which make it a work in progress. It's a philosophical issue - do you like having a real book in your hands to browse through or do you not mind using a web browser?

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



 
15 of 16 people found the following review helpful:
5.0 out of 5 stars Excellent and comprehensive guide to PHP, September 15, 2000
By Steve Benner "Stonegnome" (Lancaster, UK) - See all my reviews
(REAL NAME)      
This is a wonderful book! I've had this nagging background need to learn PHP for some time and have been putting it off as one of those extra little tasks I could do without. After reading just a little of this book I couldn't wait to get started!

Leon Atkinson aims his book at both beginner and advanced users and his writing style manages to score a direct hit! The basics are covered in sufficient detail to allow the intelligent beginner to follow along and learn useful stuff pretty quickly. This is achieved without talking down to advanced users, or bogging them down in masses of simple things. The organisation and layout of the book is good enough to allow most readers to jump straight into the sections that interest them most, so if you just want to use this book for reference, rather than have it act as a tutor, you can. Lots of references to more elementary programming texts are provided for anyone who does find themself struggling with the concepts, but I can't really imagine anyone needing them.

Coverage is very comprehensive too, so you never find yourself left in the lurch just as things are about to get really interesting, as I've had happen in many books aimed at beginners. So far, this book has provided good solid instruction of every PHP task I've needed or fancied (although a better index wouldn't go amiss!) and has frequently provided me with a coded solution all ready to plug in and use! I can see that this volume will have a place alongside my computer for some time!

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



 
22 of 25 people found the following review helpful:
3.0 out of 5 stars Not as bad as many think - for beginners, March 6, 2000
By John Hsu (Boston) - See all my reviews
This book was the first of five I now own on the topic, and while many of the criticisms written previously here are accurate (especially the irritating example code which doesn't show you the resulting output), I still find myself pulling this one off the shelf because of some of its virtues :

1) It's a decent introduction to PHP, because it won't overwhelm the first-time web programmer, and pretty much assumes you don't know much of anything

2) Despite the amazingly disorgranized approach to the topic, certain sections are quite useful : regular expressions, various sorting methods, generating graphics on the fly, and basic approaches to integrating HTML & PHP are well covered.

3) Even though it's an apparent ploy to boost the page count of a book of somewhat shallow content depth, the fact that the type is larger than average with huge bold headlines for each function really helps if you're just flipping through looking for something specific.

4) The cover is actually attractive, unlike the usual monstrosity of a cover of Professional PHP Programming (why does WROX think we acutally want the faces of the authors staring up at you all the time ? ). OF course, Professional PHP Programming is far and away the best book on this topic if you have any programming experience.

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

1.0 out of 5 stars Worse than useless
Consider the following passage from the text:

"I've written one example that uses most of the functions in this section. Read more
Published on July 3, 2005 by Gary Malone

1.0 out of 5 stars Under-whelming and a tree killer
The Core XXX series is printed by Prentice-Hall and the whole series suffers from bloat. This one has a 13 page (! Read more
Published on March 1, 2005 by Joseph B. Cohen

1.0 out of 5 stars big, friendly and not useful
[Reviewing 2nd edition.] This is definitely not a CORE quality book (especially compared to the outstanding CORE Java series). Read more
Published on February 3, 2004 by John Broglio

4.0 out of 5 stars Great work for intermediate level users
One deniable fact of the book is the presentation. The presentation is simple and easy to understood. Read more
Published on October 7, 2003 by rathaur

5.0 out of 5 stars a great way to start
this book is a great way to start programming php. it is the book I used to learn php. It goes into the basics well, and doesn't dig too deep into the code. Read more
Published on March 14, 2003 by S. Koopmanschap

1.0 out of 5 stars Bad Code -- No Doughnut!
I have the second edition. I have used it off and on over the last year or so.

I wish I had never bought it. Read more

Published on October 17, 2002 by Alan Olsen

3.0 out of 5 stars Nice but.......
This was the first book I bought on PHP. I had bought Core Java 1 & 2 before as recommendation from a friend and was thrilled to find Core PHP. I liked it from the start. Read more
Published on June 29, 2002 by K. Van Den Berg

1.0 out of 5 stars Updated PHP3 missing the finer points of PHP 4.x
Spent 2 hours trying to get the debug_on function to work before I discovered that PHP 4.x does not support it. The code from 7. Read more
Published on May 21, 2002 by K. Angus

2.0 out of 5 stars A thick disappointment
I have grown to love the Core series. I learned Java from Core Java 2 and Servlets/JSP from Core Servlets and JavaServerPages. Read more
Published on May 7, 2002 by jackofsometrades

2.0 out of 5 stars Big Book Little Content
This book seems to have a very low content to page ratio. It uses a large font, wide margins. I counted several pages, and found it averaged around 100 words per page, making the... Read more
Published on January 19, 2002 by K. Delaney

Only search this product's reviews



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!



Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

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.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.