PHP Developer's Cookbook - Second Edition - Sterling Hughes - 2001.
PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP makes it fast and easy to create powerful data-driven Web sites for e-commerce, community portals, and other Web-based applications.
The PHP Developer's Cookbook is a task-based reference designed to give developers easy-to-follow solutions to common problems they might encounter. Each solution provides complete code listings along with an in-depth explanation of how and why a particular solution was used.
базы данных
Sams Teach Yourself PHP, MySQL and Apache in 24 Hours, Meloni J.C.
Sams Teach Yourself PHP, MySQL and Apache in 24 Hours - Julie C. Meloni - 2002.
Sams Teach Yourself PHP, MySQL, and Apache in 24 Hours combines coverage of these three popular open-source Web development tools into one easy-to-understand book
The book teaches the reader to install, configure and set up the PHP scripting language, the MySQL database system, and the Apache Web server.
By the end of this book the reader will understand how these technologies work, and -- more importantly -- how they can work together to create a dynamic Web site.
After creating a simple Web site using these tools, the reader will be able to manage a simple mailing list, and to create an online address book, shopping cart, and storefront.
The book also teaches the reader how to fine tune Apache and MySQL, and covers simple Web server security.
Скачать и читать Sams Teach Yourself PHP, MySQL and Apache in 24 Hours, Meloni J.C.Sams Teach Yourself PHP, MySQL, and Apache in 24 Hours combines coverage of these three popular open-source Web development tools into one easy-to-understand book
The book teaches the reader to install, configure and set up the PHP scripting language, the MySQL database system, and the Apache Web server.
By the end of this book the reader will understand how these technologies work, and -- more importantly -- how they can work together to create a dynamic Web site.
After creating a simple Web site using these tools, the reader will be able to manage a simple mailing list, and to create an online address book, shopping cart, and storefront.
The book also teaches the reader how to fine tune Apache and MySQL, and covers simple Web server security.
Практическое руководство по SQL, Боуман Д.С., Эмерсон С.Л., Дарновски М.
Практическое руководство по SQL - Боуман Дж. С., Эмерсон С. Л., Дарновски М.
Книга "Практическое руководство по SQL" представляет собой великолепный образец учебного пособия, построенного на практических советах опытного преподавателя, который в доступной форме излагает студентам основные положения работы с языком SQL. С книгой легко работать, поскольку изложенный в ней материал прекрасно структурирован и, что немаловажно, написан очень хорошим, легким для восприятия языком. Порадуют читателей и отличные практические примеры. Незаменимое пособие как для начинающих программистов, так и для опытных разработчиков, использующих SQL.
Скачать и читать Практическое руководство по SQL, Боуман Д.С., Эмерсон С.Л., Дарновски М.Книга "Практическое руководство по SQL" представляет собой великолепный образец учебного пособия, построенного на практических советах опытного преподавателя, который в доступной форме излагает студентам основные положения работы с языком SQL. С книгой легко работать, поскольку изложенный в ней материал прекрасно структурирован и, что немаловажно, написан очень хорошим, легким для восприятия языком. Порадуют читателей и отличные практические примеры. Незаменимое пособие как для начинающих программистов, так и для опытных разработчиков, использующих SQL.
SQL, Полное руководство, Грофф Д., Вайнберг П.
SQL - Полное руководство - Грофф Дж., Вайнберг П. - 2001.
Второе издание популярного руководства по SQL - существенно расширенное и обновленное описание языка SQL, являющегося основным инструментом работы с реляционными базами данных. Книга представляет собой не просто справочник по синтаксису языка, но и превосходный учебник по базам данных, включающий рассмотрение целого ряда тем: ключевые концепции и новейщие разработки в технологии реляционных баз данных; формирование всех типов запросов к базам данных в соответствии с синтаксисом как SQL1, так и SQL2; безопасность и принципы организации реляционных баз данных; программирование баз данных с использованием встроенного и динамического интерфейсов SQL, протоколов SQL/CLI и ODBC, библиотек DB-Library в SQL Server и OCI (Oracle Call Interface), а также триггеров и хранимых процедур; современные технологии построения хранилищ данных, распределенных и объектно-реляционных баз данных.
Скачать и читать SQL, Полное руководство, Грофф Д., Вайнберг П.Второе издание популярного руководства по SQL - существенно расширенное и обновленное описание языка SQL, являющегося основным инструментом работы с реляционными базами данных. Книга представляет собой не просто справочник по синтаксису языка, но и превосходный учебник по базам данных, включающий рассмотрение целого ряда тем: ключевые концепции и новейщие разработки в технологии реляционных баз данных; формирование всех типов запросов к базам данных в соответствии с синтаксисом как SQL1, так и SQL2; безопасность и принципы организации реляционных баз данных; программирование баз данных с использованием встроенного и динамического интерфейсов SQL, протоколов SQL/CLI и ODBC, библиотек DB-Library в SQL Server и OCI (Oracle Call Interface), а также триггеров и хранимых процедур; современные технологии построения хранилищ данных, распределенных и объектно-реляционных баз данных.
Web Application Development with PHP 4.0, Ratschiller T., Gerken T.
Web Application Development with PHP 4.0 - Tobias Ratschiller, Till Gerken - 2000.
If you’re new to programming, this book is not for you.You’ll find a helpful resource, however, in the following cases:
- You have already developed applications with PHP, and want to take your skills
to the next level.
- You have experience with other programming languages and want to develop
Web applications with PHP.
- You’re an expert with PHP and want to extend PHP’s feature set on your own.
You don’t need to be a PHP wizard to read this book, but you should be familiar with PHP’s syntax, or have good knowledge of programming principles.
Скачать и читать Web Application Development with PHP 4.0, Ratschiller T., Gerken T.If you’re new to programming, this book is not for you.You’ll find a helpful resource, however, in the following cases:
- You have already developed applications with PHP, and want to take your skills
to the next level.
- You have experience with other programming languages and want to develop
Web applications with PHP.
- You’re an expert with PHP and want to extend PHP’s feature set on your own.
You don’t need to be a PHP wizard to read this book, but you should be familiar with PHP’s syntax, or have good knowledge of programming principles.
Secure PHP Development, Building 50 Practical Applications, Kabir M.J.
Secure PHP Development - Building 50 Practical Applications - Mohammed J. Kabir - 2003.
This is not a PHP language book for use as reference. There are many good PHP language books out there. This book is designed for intermediate- to advancedlevel PHP developers who can review the fifty PHP applications developed for this book and deploy them as is or customize them as needed. However, it is entirely possible for someone with very little PHP background to deploy the applications developed for this book. Therefore, even if you are not currently a PHP developer, you can make use of all the applications with very little configuration changes.
If you are looking for example applications that have defined features and implementation requirements, and you want to learn how applications are developed by professional developers, this book a great starting point. Here you will find numerous examples of applications that have been designed from the ground up using a central application framework, which was designed from scratch for this book.
The book shows developers how PHP applications can be developed by keeping security considerations in focus and by taking advantage of an object-oriented approach to PHP programming whenever possible to develop highly maintainable, extensible applications for Web and intranet use.
Скачать и читать Secure PHP Development, Building 50 Practical Applications, Kabir M.J.This is not a PHP language book for use as reference. There are many good PHP language books out there. This book is designed for intermediate- to advancedlevel PHP developers who can review the fifty PHP applications developed for this book and deploy them as is or customize them as needed. However, it is entirely possible for someone with very little PHP background to deploy the applications developed for this book. Therefore, even if you are not currently a PHP developer, you can make use of all the applications with very little configuration changes.
If you are looking for example applications that have defined features and implementation requirements, and you want to learn how applications are developed by professional developers, this book a great starting point. Here you will find numerous examples of applications that have been designed from the ground up using a central application framework, which was designed from scratch for this book.
The book shows developers how PHP applications can be developed by keeping security considerations in focus and by taking advantage of an object-oriented approach to PHP programming whenever possible to develop highly maintainable, extensible applications for Web and intranet use.
Beginning PHP5, Apache, and MySQL Web Development
Beginning PHP5, Apache, and MySQL Web Development.
2005.
Over the course of this book, you will develop two complete Web sites:
- Movie Review Web site. Developing this site introduces you to writing a PHP program, making your pages look professional, working with variables and includes, and integrating PHP with MySQL to make your site truly dynamic as pages are created on the fly for your Web site visitor. You will also get experience in error handling and data validation while working on this site.
- Comic Book Fan Web site. The creation of this Web site takes you through the steps of building databases from scratch, manipulating images and sending out e-mails using PHP, authenticating users, managing content through CMS, creating a mailing list, setting up an e-commerce section, and developing and customizing a discussion forum.
Finally, this book covers how to learn about your visitors through the use of log files and how to troubleshoot common mistakes or problems. The appendixes in this book provide you with the necessary reference materials you’ll need to assist you in your Web site development journey and offer tools to make you more efficient. After reading this book, you will be able to create a well-designed, dynamic Web site using tools available for free. Although this book is not intended to be a detailed analysis of Apache, PHP, and MySQL, it points you in the right direction to explore further issues you may wish to delve into.
Authors:Elizabeth Naramore, Jason Gerner, Yann Le Scouarnec, Jeremy Stolz, Michael K. Glass
Скачать и читать Beginning PHP5, Apache, and MySQL Web Development2005.
Over the course of this book, you will develop two complete Web sites:
- Movie Review Web site. Developing this site introduces you to writing a PHP program, making your pages look professional, working with variables and includes, and integrating PHP with MySQL to make your site truly dynamic as pages are created on the fly for your Web site visitor. You will also get experience in error handling and data validation while working on this site.
- Comic Book Fan Web site. The creation of this Web site takes you through the steps of building databases from scratch, manipulating images and sending out e-mails using PHP, authenticating users, managing content through CMS, creating a mailing list, setting up an e-commerce section, and developing and customizing a discussion forum.
Finally, this book covers how to learn about your visitors through the use of log files and how to troubleshoot common mistakes or problems. The appendixes in this book provide you with the necessary reference materials you’ll need to assist you in your Web site development journey and offer tools to make you more efficient. After reading this book, you will be able to create a well-designed, dynamic Web site using tools available for free. Although this book is not intended to be a detailed analysis of Apache, PHP, and MySQL, it points you in the right direction to explore further issues you may wish to delve into.
Authors:Elizabeth Naramore, Jason Gerner, Yann Le Scouarnec, Jeremy Stolz, Michael K. Glass
PHP for the World Wide Web, Visual QuickStart Guide, Ullman L.
PHP for the World Wide Web - Visual QuickStart Guide - Larry Ullman - 2001.
While there are several professional-level books available on PHP, there are few guides to this open-source scripting language for students who may be familiar with HTML but are not studying to be professional programmers. PHP for the World Wide Web: Visual QuickStart Guide is a task-based, visual reference guide that features step-by-step instructions and plenty of screen shots-the ideal way for students to learn the basics of PHP, starting with basic syntax, testing scripts, working with variables, creating Web applications, and more.
Скачать и читать PHP for the World Wide Web, Visual QuickStart Guide, Ullman L.While there are several professional-level books available on PHP, there are few guides to this open-source scripting language for students who may be familiar with HTML but are not studying to be professional programmers. PHP for the World Wide Web: Visual QuickStart Guide is a task-based, visual reference guide that features step-by-step instructions and plenty of screen shots-the ideal way for students to learn the basics of PHP, starting with basic syntax, testing scripts, working with variables, creating Web applications, and more.
Другие статьи...
- PHP Hacks, Herrington J.
- Web Database Application with PHP and MySQL, Lane D., Williams H.E.
- MySQL Pocket Reference, Reese G.
- XML and PHP, Vikram Vaswani
- Web Application Development with PHP 4.0
- PHP Functions Essential Reference
- Учебник по PHP 4
- PHP, MySQL и Dreamweaver MX 2004, Разработка интерактивных Web-сайтов, Дронов В.
Показана страница 5 из 9