๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Web Database Applications with PHP & MySQL

โœ Scribed by Hugh E. Williams, David Lane


Publisher
O'Reilly Media
Year
2002
Tongue
English
Leaves
622
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


I'm writing this on May 17th 2010 after purchasing this book a few days ago. I have made it through the first 4 chapters but on reaching chapter 5 that's when the real problems began. The book features a case study: a fictional wine store with it's own PHP code and mySQL database. One of the problems is the code was written for PHP 4, not 5, so I'm getting tons of errors. They could be fixed if I knew how, but that kind of defeats the purpose, doesn't it?

The code page where you download examples hasn't been updated since 2005.

Another major problem and this one can't be blamed on time is that the code examples and the wine store app itself have a few programming errors. I was able to spot and fix these but it goes to show you that whoever wrote this thing didn't even bother to run and check to see if their code actually works. When you're trying to learn a programming language the last thing you want to worry about is the author's own mistakes. You could literally spend hours wondering what YOU did wrong when in reality it's THEIR fault.

I can't comment on Chapter 5 onwards because this book is now mostly useless to me, and to anyone who wants to learn PHP and mySQL in a PHP 5 environment (today's world). Unfortunately I don't have any recommendation as a substitute, though I would suggest checking what version the book is for before buying.


๐Ÿ“œ SIMILAR VOLUMES


Web Database Applications with PHP & MyS
โœ Hugh E. Williams, David Lane ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› O'Reilly Media ๐ŸŒ English

What do eBay, Amazon.com, and CNN.com have in common? They're all applications that integrate large databases with web interfaces. The popularity (and power) of these applications stem from their accessibility and usability: thousands of users can access the same data at the same time without the ne

Web Database Applications with PHP & MyS
โœ Hugh E. Williams ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› O'Reilly Media ๐ŸŒ English

There are many reasons for serving up dynamic content from a web site:to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create

Web Database Applications with PHP and M
โœ Hugh E. Williams; David Lane ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› O'Reilly Media ๐ŸŒ English

Combines language tutorials with application design advice to cover the PHP server-side scripting language and the MySQL database engine.

Web Database Application with PHP and My
โœ Hugh E. Williams, David Lane ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› O'Reilly Media ๐ŸŒ English

This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. In addition, through a complex sample application - Hugh and Dave'