Web Database Applications with PHP & MySQL
โ Scribed by Hugh E. Williams, David Lane
- Publisher
- O'Reilly Media
- Year
- 2002
- Tongue
- English
- Leaves
- 560
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 need to install any additional software on their computers.Web Database Applications with PHP and MySQL offers web developers both theoretical and practical information on creating web database applications. It includes chapter-length tutorials on the PHP and MySQL languages, as well as background material on Internet and web protocols, modeling and designing relational databases, session management, and installing open source server and database software. The book also features examples and scripts from Hugh and Dave's Online Wines, a complete (but fictional) online retail site developed by the authors. If you want to build small- to medium-scale web database applications that will run on modest hardware and process more than a million hits a day from users, Web Database Applications with PHP and MySQL will show you how.
๐ SIMILAR VOLUMES
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
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 problem
Combines language tutorials with application design advice to cover the PHP server-side scripting language and the MySQL database engine.
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'