Product Details
* Paperback: 831 pages
* Publisher: Wiley; Pap/Cdr edition (April 1, 2003)
* Language: English
* ISBN-10: 0764525840
* ISBN-13: 978-0764525841
Book Description
* Covers the latest version of the ISO SQL standard (SQL-99) and gives readers information they need to know about the differences in vendor-specific SQL implementations including Oracle, Microsoft SQL Server, and IBM DB2
* Knowledge of this ubiquitous database programming language is becoming more critical as IT departments move toward more integrated heterogeneous platforms
* Covers growing use of SQL with Web services and XML
* CD-ROM includes a complete sample database and trial versions of major relational database management software
From the Back Cover
If SQL can do it, you can do it too...
Here, in one definitive volume, is all the information you need to understand and use SQL and its implementations in accordance with the established SQL99 standard. Whether you want to learn database programming from scratch, you’d like to sharpen your SQL skills, or you need to know more about programming for a heterogeneous database environment, this book provides the complete menu. Tutorials and code examples in each chapter make it an indispensable reference for every level of expertise.
Inside, you’ll find complete coverage of SQL
* Understand the definition and characteristics of relational databases and SQL’s role within RDBMS
* Recognize vendor-specific implementation variations among Oracle, IBM DB2 UDB, and MS SQL Server
* Create and modify RDBMS objects like tables, views, indexes, synonyms, sequences, and schemas using Data Definition Language (DDL)
* Comprehend Data Manipulation Language (DML) from different vendors’ perspectives
* Master single-table select statements and multitable queries from the ground up
* Explore in-depth SQL functions, operators, and data types for major RDBMS implementations
* Discover new SQL developments including XML, OLAP, Web services, and object-oriented features
Bonus CD-ROM includes:
* IBM® DB2® Universal Database Personal Edition v 8.1 for Windows® Operating Environments Evaluation copy
* Complete original database example files from the authors
* Complete book in PDF format
Click Here To Download
Web Database Applications with PHP & MySQL

Product Details
* Paperback: 680 pages
* Publisher: O'Reilly Media, Inc.; 2 edition (May 16, 2004)
* Language: English
* ISBN-10: 0596005431
* ISBN-13: 978-0596005436
Amazon.com
PHP and MySQL go hand in hand; the former has been carefully adapted, through the efforts of the open-source community, to the latter. For situations that require dynamic content but don't merit the complexity and development time of Java or .NET enterprise applications, the PHP language and the MySQL database server fit the bill perfectly. That's the point Hugh Williams and David Lane make in Web Database Applications with PHP & MySQL, which combines language tutorials with application design advice to yield a comprehensive picture of its subjects at a reasonable price. Williams and Lane--both Australian academics who use an online wine store in many of their examples--deserve tremendous kudos for their way of presenting recommended coding strategies. Though the code listings themselves aren't remarkably well commented, the authors do a commendable job of explaining in prose what the code is up to.
Case in point: The ever-essential task of using PHP to open a connection to a MySQL database, submit a query to that database, receive a response, and format the returned rows, if any. The book addresses this problem with a straight code listing, followed by text that explains what's happening in five numbered steps. Similar care goes to the other popular applications of the PHP/MySQL duo: session management, shopping carts, and authentication of users. --David Wall
Topics covered: How to use the PHP server-side scripting language and the MySQL database engine to underlie dynamic Web sites (those that rely on database queries) and full-on Web applications, such as those that require session management and maintenance of user rosters. Tutorials in both subjects begin with the basics and proceed through moderately complicated stuff, though there's no absolutely comprehensive reference here. --This text refers to the Paperback edition.
Book Description
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 dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably. Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look. But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools. Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking. Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use. 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. Topics include:
* Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems
* Introductions to PHP, SQL, and MySQL administration
* Session management, including the use of a custom database for improved efficiency
* User input validation, security, and authentication
* The PEAR repository, plus details on the use of PEAR DB and Template classes
* Production of PDF reports
Click Here To Download
No comments:
Post a Comment