| Most Gifted | | 1. | PHP and MySQL Web Development (4th Edition) (Developer's Library) | | 2. | PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide | | 3. | The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP (The Essential Guide) | | 4. | The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP | | 5. | PHP Solutions: Dynamic Web Design Made Easy (Solutions) | | 6. | Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds | | 7. | AJAX and PHP: Building Responsive Web Applications | | 8. | PHP 5 Recipes: A Problem-Solution Approach | | 9. | Sams Teach Yourself Ajax, JavaScript, and PHP All in One (Sams Teach Yourself) | | 10. | Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly)) |
|
|
|
|
Programming PHP | 
enlarge | Authors: Rasmus Lerdorf, Kevin Tatroe, Peter Macintyre Publisher: O'Reilly Media, Inc. Category: Book
List Price: $39.99 Buy New: $22.25 You Save: $17.74 (44%)
New (39) Used (10) from $21.33
Rating: 52 reviews Sales Rank: 11729
Format: Illustrated Media: Paperback Edition: 2 Pages: 540 Number Of Items: 1 Shipping Weight (lbs): 1.6 Dimensions (in): 9 x 6.8 x 1.1
ISBN: 0596006810 Dewey Decimal Number: 005.2 EAN: 9780596006815 ASIN: 0596006810
Publication Date: April 28, 2006 Availability: Usually ships in 1-2 business days Shipping: International shipping available Condition: Brand new item. Over 3.5 million customers served. Order now. Selling online since 1995. Order with confidence. Code: B20081130225628T
| |
| Editorial Reviews:
Amazon.com Review PHP is far more than a cult language or open-source icon. It's a remarkably capable language that's well integrated with lots of technologies--notably mSQL and MySQL database servers--and quite easy to learn. Programming PHP helps you up the PHP learning curve, very nearly guaranteeing that you'll find in its pages an example that illustrates every fundamental aspect of the language and its most important extension modules. Plus, there's some cool advanced stuff, like recipes for manipulating images, working with Extensible Markup Language (XML) content, and generating Adobe Acrobat (PDF) files. Rasmus Lerdorf invented PHP and quarterbacks its ongoing evolution, so there's little question of the content's authority. The authors use a Talmudic style to explore PHP's capabilities and explain them to their readers, meaning that they like to present code and commentary in close formation, with each enhancing the other. Typically, they'll present a capability generically and show the relevant code. Then they'll dig into variations on the theme, calling attention to required code alterations as they go. This is a book about PHP itself, so practically no attention is paid to PHP Builder or other development tools. Regardless, this book will help you solve programming challenges with PHP, and enable you to write efficient, attractive code. --David Wall Topics covered: The PHP programming language, for people who are coming to PHP with a bit of programming experience in other languages or who want to expand their existing PHP knowledge beyond the basics. Sections deal with the core language, as well as HTTP session management, database connectivity (to MySQL and Oracle, as well as with PHP Extension and Application Repository--PEAR), graphics file manipulation, XML parsing, and PDF creation. There are instructions for building a PHP extension library in C, as well as a function reference and guide to existing extensions.
Product Description "Programming PHP," 2nd Edition, is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating websites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million websites, surpassing Microsoft's ASP .NET technology in popularity. Programmers love its flexibility and speed; designers love its accessibility and convenience. As the industry standard book on PHP, all of the essentials are covered in a clear and concise manner. Language syntax and programming techniques are coupled with numerous examples that illustrate both correct usage and common idioms. With style tips and practical programming advice, this book will help you become not just a PHP programmer, but a "good" PHP programmer. "Programming PHP, Second Edition" covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements Chapters outlining the basics of functions, strings, arrays, and objects Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library and the new PDO Library Chapters that show you how to generate dynamic images, create PDF files, and parse XML files with PHP Advanced topics, such as creating secure scripts, error handling, performance tuning, and writing your own C language extensions to PHP A handy quickreference to all the core functions in PHP and all the standard extensions that ship with PHP Praise for the first edition: "If you are just getting into the dynamic Web development world or you are considering migrating from another dynamic web product to PHP, "Programming PHP" is the book of choice to get you up, running, and productive in a short time." --Peter MacIntrye, eWeek "I think this is a great book for programmers who want to start developing dynamic websites with PHP. It gives a detailed overview of PHP, lots of valuable tips, and a good sense of PHP's strengths." --David Dooling, Slashdot.org
|
| Customer Reviews: Read 47 more reviews...
Programming PHP Book September 3, 2008 Kala M. Mccloud (Vacaville, CA) 0 out of 1 found this review helpful
Said the book was in great condition, and it is! I'm ecstatic to have been able to purchase this book, at this price!
Kind of a Rip-Off May 30, 2008 David W (Memphis, TN) 2 out of 2 found this review helpful
Don't get me wrong, the book is okay. But I feel O'Reilly simply slung out a new version of the book for PHP 5, without really updating the content to reflect PHP 5's enhancements. Especially the chapter covering OOP development with PHP 5. The content in that chapter is pure PHP 4. Not cool.
Descent PHP book. Not for Beginning PHP Developers February 27, 2008 C. Walker 2 out of 3 found this review helpful
I bought this book after learning some Javascript and ColdFusion, thiking it would have some of the same concepts as most other scripting languages. Well PHP has some other features like the direction arrows, etc. This book didnt explain all the features of PHP very well to which I couldnt really understand what was going on, and I can understand most Javascript applications. I had to buy another bookto explain all of the basics better, and then I went back to this book and it was a great book after that! But if you are just starting PHP or scripting, I reccommend getting another book before buying this book.
Good, but not good enough. November 7, 2007 justin_v (USA) 4 out of 5 found this review helpful
O'Reily books have the same pattern. They take content that should have been one book for maybe $100, and divide it out into 3 or more books adding up to a heftier profit. This book a nice quick reference, but doesn't cover the language in it's entirety (or close enough to from my experience with other books) or provide any actual examples, rather brief one line syntax examples. I've programed C++, JavaScript, Perl, PHP, and SQL while attending a state university for a degree in computer science. While examples can be redundant because concepts of programming are understood, a decent example is truly the best way to observe case implications of syntax. For example, when the book talks about constants and the define("name",value) function, it fails to mention when used in a string and output, the constant is not interpolated (the user sees COUNT, instead of say 3). In my experience I've run into a dozen of these situations I wish the book would have at least mentioned. This is important to know, and more important to know how to work around and do what you want. It's these details that make a solid programming manual, which this book claims to be. It is truly and introduction and quick reference. If you are not already an experienced PHP programmer, and you are going to deal with PHP at least somewhat in depth, you are better off looking elsewhere.
Excellent PHP Primer and Quick Reference October 11, 2007 Alec Permison 0 out of 1 found this review helpful
I read through this in a couple evenings. It highlighted some PHP functions which I should be using to streamline my code. It also overviews available PHP extensions such as database interfaces and PDF and graphics libraries. Nice to have a summary all in one place and right at hand.
|
|
| SEO and Marketing TipsBETA RELEASE | |