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

24 used & new from $1.85

Have one to sell? Sell yours here
 
   
Essential PHP for Web Professionals
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Essential PHP for Web Professionals (Paperback)

by Christopher Cosentino (Author)
4.0 out of 5 stars See all reviews (10 customer reviews)


Available from these sellers.


7 new from $22.70 17 used from $1.85

Editorial Reviews

Product Description
Endorsed by the World Organization of Webmasters, this text offers practical coverage of PHP build around real-world examples from a companion Web site. Shows how to get results with both PHP3 and PHP4, from PHP installation to database integration, this text offers fast solutions for the busy Web professional. Softcover. DLC: PHP (Computer program language)

From the Inside Flap
IntroductionWho Should Read This Book?

This book is meant to be a quick introduction to the PHP programming language for Web developers with little or no programming experience. This book assumes you know your HTML; it does not dwell on HTML fundamentals. If you can handle coding a few pages of HTML in a run-of-the-mill text editor, and want to learn how to add server-side functionality to your site, then this book is for you.

If you want to learn how to make Web development tasks easier, then this book is for you. This book teaches you about templates that can greatly reduce your coding time for a Web site.

If you are sick and tired of thirty-line PERL programs just to send a simple email from a Web site, then this book is for you. This book shows how easy coding routine Web applications in PHP can be.

If you want to learn a great up-and-coming Web development language, then this book is for you. PHP is getting more popular by the minute, and now PHP4 works with most of the popular Web servers on the Internet.How This Book Is Laid Out

This book teaches you about PHP in bite-sized mouthfuls; be sure to swallow before proceeding to the next section. Each chapter builds upon principles learned from the preceding chapters, so it's probably smart to go through the book starting at the beginning.

Each chapter contains code examples, explanations, and mini-projects. Larger projects are spaced out in the book so that you can use your newfound knowledge to build some nice Web applications.

All of the examples in the book are located on the companion Web site at phptr/essential. You can download the scripts needed to follow along with the exercises, or you can type them in by hand.A Little Background on PHP

PHP was originally written by Rasmus Lerdorf to add some functionality that the Web server didn't offer to his personal Web page. Soon other people started asking him if they could use his program for their own Web sites. Soon after that, people started asking for more features, and to make a long story short, Rasmus, with the help of others, created a new programming language called PHP/FI.

PHP/FI, which stood for Personal Home Pages/Form Interpreter, was updated and rewritten by a team of programmers working around the globe and was released as PHP3. At some point during the development of PHP3, the team decided that Personal Home Pages wasn't such a good name for the language they were creating, so a vote was called and PHP was officially renamed PHP Hypertext Preprocessor, which is a recursive acronym like GNU (GNU's not UNIX).

PHP3 was also updated and worked on by the team of programmers, and PHP4 was created. PHP4 comes with a new engine called Zend. See zend for more information on Zend.

Both PHP3 and PHP4 are robust and versatile languages that, in my honest opinion, are easier to use, more powerful, and just cooler than most of the other offerings in the Web scripting language market.How PHP and HTML Work Together

PHP has advantages over other programming languages that are used for HTML processing in that it was designed specifically for one purpose, and that is to work with HTML. It comes to little surprise then that it works with HTML in such a simple, yet powerful, manner.

When a browser requests a PHP page from a Web server, the PHP module looks over the page (parses it) before sending it to the browser. The parts of the page that are written in normal HTML are sent to the browser just as they normally would be in a regular HTML document. The parts of it that are written in PHP are processed by the server's PHP module, which is the program that interprets the PHP code. The PHP module looks at the PHP code and executes the instructions it finds there. Those instructions tell the server to do things like send email, access a database, or crunch numbers.Notes About This Book and the Web SiteAll of the code examples from this book are available for download on the book's Web site at phptr/essential. You can download it from the Web site or type it all in yourself. It's recommended you try typing it in so you can get used to the syntax and become familiar with the examples.In addition to the code examples, the answers to the Advanced Projects from the end of each chapter are also included on the Web site. Play around with these to further develop your skills in coding PHP.Also have a look at the other books in the series on the site. All of the books are excellent guides to their respective subjects.There will also be updates posted on this site for any errata that may occur with the book. PHP is an evolving language and sometimes functions or code constructs change slightly as the language develops.In this Essential Web Professionals series, we have created two fictitious companies that we feel portray a large percentage of the types of companies that are getting involved with exposure on the Web.

Stitch Magazine: Stitch is an online fashion magazine that has chosen to publish parts of the magazine on the Web to complement its printed version. It's also using the Web to reach new readers.

Shelley Biotechnologies: This is a company that sells biotech products and wishes to enter the online world to advertise them.

Although every company is different in its own way, we have found that most really do fall into one of these two categories.What This Book Will and Won't Teach You

PHP is a rich and full-featured language. A book this size couldn't possibly cover each and every function that's in PHP. This book is meant to get you started using the PHP language. It takes some of the more widely used techniques for Web development using PHP and breaks them into their basic parts. You can then use these parts in your own development projects.

After you've read through this book, you should have a very solid understanding of PHP and how it can help you accomplish your Web development tasks. Hopefully, this book will be a stepping stone for further studies and experiments in PHP.

See all Editorial Reviews


Product Details

  • Paperback: 192 pages
  • Publisher: Pearson Education; 1st edition (October 2000)
  • Language: English
  • ISBN-10: 0130889032
  • ISBN-13: 978-0130889034
  • Product Dimensions: 9 x 6 x 0.5 inches
  • Shipping Weight: 11.5 ounces
  • Average Customer Review: 4.0 out of 5 stars See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #1,752,263 in Books (See Bestsellers in Books)

Look Inside This Book

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
 
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:
 (4)
4 star:
 (2)
3 star:
 (4)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
11 of 13 people found the following review helpful:
3.0 out of 5 stars Useful concise guide but poorly edited, December 30, 2000
By J Hong (Toronto) - See all my reviews
Essential PHP for Web Professionals is intended as a concise how-to guide for somebody new to php and needs quick answers. For its size, the book covers quite a lot of breadth: from simple forms all the way to databases. The small size of the book makes topics easy to find though. Another big plus is the line numbers in the code listings that make the author's commentary easy to follow. However code readability suffers from the indentation style or lack of thereof.

To round out this review, I should mention that there are a couple of irritating details. The section on how to install php on a Linux computer is clearly a cut & paste job from the Windows section. It makes reference to the c drive which of course does not exist in Linux. Thus a Linux user will find the installation chapter pretty well useless. I have sent off an email to the editor but have not yet received a reply. There is also a typo in the chapter on incorporating mySQL into php. The flag to compile apache with mySQL support is --with-mysql and not -with-mysql. This section for the Linux user is again useless because of it's incompleteness.

In summary, I would recommend this book for the example scripts but if the reader requires more details on installation and/or database connectivity, other books will have to be consulted.

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



 
4 of 4 people found the following review helpful:
3.0 out of 5 stars Good for newbies but experienced programmers should avoid, April 5, 2001
By sonytoao (Silver Spring, MD USA) - See all my reviews
This book provides the basics of PHP programming in an easy-to-read format. It also provides a simplistic discussion of many of PHP's benefits, including cookie management and auto responders. Its lack of detail, however, will frustrate those who already have experience in programming Perl, C++ or other OO languages. For example, the book introduces the mail() function with a light code example, but does not indicate or even hint that configuration must occur somewhere with sendmail (on the linux box) or an outgoing smtp server (for windows). I would recommend this book to non-programmers who want a quick-and-dirty intro. to PHP, but experienced web app. developers should look elsewhere.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
3.0 out of 5 stars Audience-Specific, October 9, 2001
By A Customer
This book has some pretty good examples; however, it skimps on details. It also seems to be geared toward those already familiar with UNIX scripting conventions, because it introduces some syntax features, like back-slashes, with little or no explanation. It also does not explain how or if "nulls" or string-to-number conversions are handled. Nulls can be big "gotchas" if not well-understood. It does not cover session management (which is fairly new I hear, and may not have been around when written). If you like practical examples, then this may be for you. If you like programming details, avoid it. Also, code indentation was lacking in many examples. They may have done this to make it fit on the page, but even slim indentation would have helped readability.
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

5.0 out of 5 stars Fantastic Book
My name is Chad R. Smith and I am the President of Get A Supplier ([...]). I have been a website programmer for over 7 years and started from this book. Read more
Published on June 18, 2007 by Chad R. Smith

5.0 out of 5 stars Excellent book
Superb book. Very 'essential' to any beginning PHP developer. I still use my as reference. All information is explained in detail and in a manner that is easy for even the most... Read more
Published on May 22, 2006 by M. Anker

5.0 out of 5 stars Wow! GREAT BOOK!!
I've must have spent at least a gabazillion dollars on useless PHP (and other programming) books in recent months. NOT ONE of them has the ability to:

1. Read more
Published on January 3, 2004

5.0 out of 5 stars Great Book
This book has been a big help since I'm a beginner at PHP. It's very informative although I do find most of the same stuff online.
Published on April 30, 2002 by Deran K. Schilling

3.0 out of 5 stars Lacking in substance from a programmer's perspective
Although the book does contain some "real world" examples, it lacks in real substance on the language of PHP. The examples are trivial at best. Read more
Published on October 25, 2001

4.0 out of 5 stars Starting PHP or review PHP!
The book is for those who know NOTHING about PHP!. They just need to know simple thing about HTML (just understand the code! Read more
Published on July 27, 2001 by Khaled AalAli

4.0 out of 5 stars Great new book
It's easy to understand for beginners, and fast enough for professionals.
Published on November 15, 2000

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!


So You'd Like to...


Look for Similar Items by Category


Perfect Programming

Shop for programmable thermostats

Install a programmable thermostat to help reduce heating costs by ensuring your home is heated optimally. Shop for name-brand thermostats, including Honeywell and Lux, in Home Improvement.

Shop all programmable thermostats

 

Big Savings in Books

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

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

A Cut Above the Rest

Shop for Hedge Trimmers
Make those final touches that make the yard perfect and take charge of your outdoor maintenance needs with a hedge trimmer.

Shop hedge trimmers

 

 

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

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