Sebanyak 2866 item atau buku ditemukan

Learning PHP & MySQL

Step-by-Step Guide to Creating Database-Driven Web Sites

PHP and MySQL are quickly becoming the de facto standard for rapid development of dynamic, database-driven web sites. This book is perfect for newcomers to programming as well as hobbyists who are intimidated by harder-to-follow books. With concepts explained in plain English, the new edition starts with the basics of the PHP language, and explains how to work with MySQL, the popular open source database. You then learn how to put the two together to generate dynamic content. If you come from a web design or graphics design background and know your way around HTML, Learning PHP & MySQL is the book you've been looking for. The content includes: PHP basics such as strings and arrays, and pattern matching A detailed discussion of the variances in different PHP versions MySQL data fundamentals like tables and statements Information on SQL data access for language A new chapter on XHTML Error handling, security, HTTP authentication, and more Learning PHP & MySQL explains everything from fundamental concepts to the nuts and bolts of performing specific tasks. As part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for beginners. It's a launching pad for future learning, providing you with a solid foundation for more advanced development.

There are several factors that make using PHP and MySQL together a natural
choice: PHP and MySQL work well together PHP and MySQL have been
developed with each other in mind, so they are easy to use together. The
programming ...

Learning PHP & MySQL

Step-by-Step Guide to Creating Database-Driven Web Sites

Explains how to build interactive Web sites with the PHP scripting language and the MySQL database.

When you send data that has special characters escaped to MySQL for insertion,
MySQL auto- matically knows to convert the string back to the original values for
storage in the database. While magic quotes are good for beginners, they tend ...

Beginning PHP and MySQL E-Commerce

From Novice to Professional

* PHP is an open-source server-side scripting language, with millions of users worldwide. It is more popular than Microsoft’s ASP and ASP.NET. Version 5, out before the end of Q2 of 2004, features new OO-programming capabilities. * MySQL is the most popular open source RDBMS. * There are a lot of E-commerce elements, such as credit card transaction processing, that are not easy to learn. This book will provide solid e-commerce solutions for PHP and MySQL developers. * This will be a good companion book to Apress’ 1893115518 Beginning PHP 5 and MySQL: From Novice to Professional by W.J. Gilmore.

This book will provide solid e-commerce solutions for PHP and MySQL developers. * This will be a good companion book to Apress’ 1893115518 Beginning PHP 5 and MySQL: From Novice to Professional by W.J. Gilmore.

PHP and MySQL for Dynamic Web Sites, Fourth Edition

Visual QuickPro Guide

It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open-source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that developers can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. This guide is indispensable for beginning to intermediate level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest features and techniques with PHP and MySQL. Also new to this edition are chapters introducing jQuery and object-oriented programming techniques.

How most of the dynamic Web applications in this book will work, using both PHP
and MySQL. MySQL is an opensource application, like PHP, meaning that it is
free to use or even modify (the source code itself is downloadable). There are ...

Beginning PHP and MySQL 5

From Novice to Professional

* This best-selling title has comprehensive discussions about PHP 5, MySQL 5, and how these two popular open source technologies work together to create powerful websites. * Updated to reflect the new features found in MySQL’s most significant release to date. Readers are introduced to advanced database features like triggers, stored procedures, and views. They learn how to integrate these new capabilities into their PHP-driven web applications. The book also discusses PHP’s new MySQL extension, mysqli, which is required for MySQL versions 4.1 and higher. * Packed with hundreds of practical examples covering all aspects of web development, including forms management, templating, database integration, Web services, security, and session handling.

The book also discusses PHP’s new MySQL extension, mysqli, which is required for MySQL versions 4.1 and higher. * Packed with hundreds of practical examples covering all aspects of web development, including forms management, templating, ...

Web Database Applications with PHP and MySQL

Building Effective Database-Driven Web Sites

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 templatesto 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

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.

Beginning PHP and MySQL

From Novice to Professional

Beginning PHP and MySQL: From Novice to Professional, Fourth Edition is a major update of W. Jason Gilmore's authoritative book on PHP and MySQL. The fourth edition includes complete coverage of PHP 5.3 features, including namespacing, an update of AMP stack installation and configuration, updates to Zend Framework, coverage of MySQL Workbench, and much more. You'll not only receive extensive introductions to the core features of PHP, MySQL, and related tools, but you'll also learn how to effectively integrate them in order to build robust data-driven applications. Gilmore has seven years of experience working with these technologies, and he has packed this book with practical examples and insight into the real-world challenges faced by developers. Accordingly, you will repeatedly return to this book as both a valuable instructional tool and reference guide. What you’ll learn How to install and configure Apache, PHP 5.3, and MySQL PHP and object-oriented programming basics New PHP 5.3 features and how to use them How to move beyond basic PHP, including using the Zend Framework How to use MySQL to securely store your website's data How to use MySQL Workbench to manage your database Who this book is for Developers who want to harness PHP and MySQL to create powerful web applications Table of Contents Introducing PHP Configuring Your Environment PHP Basics Functions Arrays Object-Oriented PHP Advanced OOP Features Error and Exception Handling Strings and Regular Expressions Working with the File and Operating System PEAR Date and Time Forms Authenticating Your Users Handling File Uploads Networking PHP and LDAP Session Handlers Templating with Smarty Web Services Secure PHP Programming Integrating jQuery and PHP Building Web Sites for the World MVC and the Zend Framework Introducing MySQL Installing and Configuring MySQL The Many MySQL Clients MySQL Storage Engines and Datatypes Securing MySQL Using PHP with MySQL Introducing PDO Stored Routines MySQL Triggers MySQL Views Practical Database Queries Indexes and Searching Transactions Importing and Exporting Data

What you’ll learn How to install and configure Apache, PHP 5.3, and MySQL PHP and object-oriented programming basics New PHP 5.3 features and how to use them How to move beyond basic PHP, including using the Zend Framework How to use ...

Ecoliterate

How Educators Are Cultivating Emotional, Social, and Ecological Intelligence

A new integration of Goleman's emotional, social, and ecological intelligence Hopeful, eloquent, and bold, Ecoliterate offers inspiring stories, practical guidance, and an exciting new model of education that builds - in vitally important ways - on the success of social and emotional learning by addressing today's most important ecological issues. This book shares stories of pioneering educators, students, and activists engaged in issues related to food, water, oil, and coal in communities from the mountains of Appalachia to a small village in the Arctic; the deserts of New Mexico to the coast of New Orleans; and the streets of Oakland, California to the hills of South Carolina. Ecoliterate marks a rich collaboration between Daniel Goleman and the Center for Ecoliteracy, an organization best known for its pioneering work with school gardens, school lunches, and integrating ecological principles and sustainability into school curricula. For nearly twenty years the Center has worked with schools and organizations in more than 400 communities across the United States and numerous other countries. Ecoliterate also presents five core practices of emotionally and socially engaged ecoliteracy and a professional development guide.

This book shares stories of pioneering educators, students, and activists engaged in issues related to food, water, oil, and coal in communities from the mountains of Appalachia to a small village in the Arctic; the deserts of New Mexico to ...

Healing Emotions

Conversations with the Dalai Lama on Mindfulness, Emotions, and Health

Can the mind heal the body? The Buddhist tradition says yes—and now many Western scientists are beginning to agree. Healing Emotions is the record of an extraordinary series of encounters between the Dalai Lama and prominent Western psychologists, physicians, and meditation teachers that sheds new light on the mind-body connection. Topics include: compassion as medicine; the nature of consciousness; self-esteem; and the meeting points of mind, body, and spirit. This edition contains a new foreword by the editor.

Topics include: compassion as medicine; the nature of consciousness; self-esteem; and the meeting points of mind, body, and spirit. This edition contains a new foreword by the editor.