Combines language tutorials with application design advice to cover the PHP server-side scripting language and the MySQL database engine.
Web Database Applications With PHP and MySQL
โ Scribed by Hugh E. Williams, David Lane
- Publisher
- O'Reilly Media
- Year
- 2002
- Tongue
- English
- Leaves
- 582
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Web Database Applications with PHP and MySQL offers web developers a mixture of theoretical and practical information on creating web database applications. Using PHP, and MySQL, two open source technologies that are often combined to develop web applications, the book offers detailed information on designing relational databases and on web application architecture, both of which will be useful to readers who have never dealt with these issues before. The book also introduces Hugh and Dave's Online Wines, a complete (but fictional) online retail site that allows users to browse, search a database, add items to a shopping cart, manage their membership, and purchase wines. Using this site as an example, the book shows you how to implement searching and browsing, store user data, validate user input, manage transactions, and maintain security.
๐ SIMILAR VOLUMES
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'
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
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