Учебник РНР.
PHP, "PHP: Hypertext Preprocessor/Гипертекстовый Препроцессор", широко используемый Открытый Ресурс, язык скриптинга (сценариев) общего назначения, который особенно подходит для Web и может быть внедрён в HTML. Его синтаксис происходит от C, Java и Perl и лёгок для понимания и изучения.
Главной целью создания этого языка является: дать web-разработчикам возможность быстро создавать динамически генерируемые страницы для web, но вы можете сделать с помощью PHP гораздо больше.
Этот учебник состоит в основном из справочника по функциям, но содержит также справочник по языку, разъяснения по некоторым основным возможностям языка PHP и другую сопутствующую информацию.
Авторы: Stig Sæther Bakken, Alexander Aulbach, Egon Schmid, Jim Winstead, Lars Torben Wilson, Rasmus Lerdorf, Andrei Zmievski, Jouni Ahto.
Год издания: 1997, 1998, 1999, 2000, 2001, 2002.
MySQL
MySQL and JSP Web Applications, Data-Driven Programming Using Tomcat and MySQL, Turner J.
MySQL and JSP Web Applications - Data-Driven Programming Using Tomcat and MySQL - James Turner - 2002.
JSP developers encounter unique problems when building web applications that require intense database connectivity. MySQL and JSP Web Applications addresses the challenges of building data-driven applications based on the JavaServer Pages development model. MySQL and JSP Web Applications begins with an overview of the core technologies required for JSP database development--JavaServer Pages, JDBC, and the database schema. The book then outlines and presents an Internet commerce application that demonstrates concepts such as receiving and processing user input, designing and implementing business rules, and balancing the user load on the server. Through the JDBC (Java DataBase Connector), the developer can communicate with most commercial databases, such as Oracle. The solutions presented in MySQL and JSP Web Applications center on the open source tools MySQL and Tomcat, allowing the reader an affordable way to test applications and experiment with the book's examples.
Скачать и читать MySQL and JSP Web Applications, Data-Driven Programming Using Tomcat and MySQL, Turner J.JSP developers encounter unique problems when building web applications that require intense database connectivity. MySQL and JSP Web Applications addresses the challenges of building data-driven applications based on the JavaServer Pages development model. MySQL and JSP Web Applications begins with an overview of the core technologies required for JSP database development--JavaServer Pages, JDBC, and the database schema. The book then outlines and presents an Internet commerce application that demonstrates concepts such as receiving and processing user input, designing and implementing business rules, and balancing the user load on the server. Through the JDBC (Java DataBase Connector), the developer can communicate with most commercial databases, such as Oracle. The solutions presented in MySQL and JSP Web Applications center on the open source tools MySQL and Tomcat, allowing the reader an affordable way to test applications and experiment with the book's examples.
MySQL Tutorial, Welling L., Thomson L.
MySQL Tutorial - Luke Welling, Laura Thomson - 2003.
The MySQL Tutorial consists of a series of short, very concise chapters, each on a tightly targeted topic, with a task-oriented focus. Each chapter is written so it can be read in a single sitting and be easily digested. The main focus is on five key areas: installation and configuration, using MySQL, administering MySQL, optimizing MySQL, and MySQL's associated APIs. With 4 million installations and 27,000 downloads per day, MySQL continues to grow as one of the most widely used databases in the world. Now an enterprise-level database, MySQL features full support for transactions, integrating improvements that enhance MySQL's architectural foundation for building heavy-load commercial applications.
Скачать и читать MySQL Tutorial, Welling L., Thomson L.The MySQL Tutorial consists of a series of short, very concise chapters, each on a tightly targeted topic, with a task-oriented focus. Each chapter is written so it can be read in a single sitting and be easily digested. The main focus is on five key areas: installation and configuration, using MySQL, administering MySQL, optimizing MySQL, and MySQL's associated APIs. With 4 million installations and 27,000 downloads per day, MySQL continues to grow as one of the most widely used databases in the world. Now an enterprise-level database, MySQL features full support for transactions, integrating improvements that enhance MySQL's architectural foundation for building heavy-load commercial applications.
PHP and MySQL Web Development, Welling L., Thomson L.
PHP and MySQL Web Development - Luke Welling, Laura Thomson - 2001.
PHP & MySQL Web Development teaches the reader to develop dynamic, secure e-commerce Web sites and Web applications. The book shows how to integrate and implement these technologies by following real-world examples and working sample projects. It also covers the related technologies needed to build a commercial Web site such as SSL, shopping carts, and payment systems. The CD includes a Linux distribution, MySQL, PHP4 and utilities for the projects and code listings.
Скачать и читать PHP and MySQL Web Development, Welling L., Thomson L.PHP & MySQL Web Development teaches the reader to develop dynamic, secure e-commerce Web sites and Web applications. The book shows how to integrate and implement these technologies by following real-world examples and working sample projects. It also covers the related technologies needed to build a commercial Web site such as SSL, shopping carts, and payment systems. The CD includes a Linux distribution, MySQL, PHP4 and utilities for the projects and code listings.
PHP and PostgreSQL, Advanced Web Programming
PHP and PostgreSQL - Advanced Web Programming - 2002.
PHP and PostgreSQL are free open-source products that are ideally suited for creating sophisticated Web applications and services. PHP is an efficient and easy-to-learn programming language that is used on an estimated seven million Web domains. PostgreSQL is considered to be the most advanced open-source relational database management system. It competes with costly commercial products such as Oracle and IBM's DB2.
PHP and PostgreSQL Advanced Web Programming is aimed at developers and programmers with basic knowledge of databases and Web scripting languages who want to develop powerful, secure, and inexpensive Web applications for themselves and their clients. Beginning with the necessary instructions for installing and setting up PHP and PostgreSQL, this book quickly covers the basic features of PHP and PostgreSQL before moving into in-depth coverage of using PHP and PostgreSQL in tandem and related topics.
Beyond the coverage of just syntax and function, this book provides a complete picture of developing Web applications and services using PHP and PostgreSQL. This includes practical discussions on performance tuning, security, session management, regular expressions, and much more.
Authors: Ewald Geschwinde, Hans-Jurgen Schonig
Скачать и читать PHP and PostgreSQL, Advanced Web ProgrammingPHP and PostgreSQL are free open-source products that are ideally suited for creating sophisticated Web applications and services. PHP is an efficient and easy-to-learn programming language that is used on an estimated seven million Web domains. PostgreSQL is considered to be the most advanced open-source relational database management system. It competes with costly commercial products such as Oracle and IBM's DB2.
PHP and PostgreSQL Advanced Web Programming is aimed at developers and programmers with basic knowledge of databases and Web scripting languages who want to develop powerful, secure, and inexpensive Web applications for themselves and their clients. Beginning with the necessary instructions for installing and setting up PHP and PostgreSQL, this book quickly covers the basic features of PHP and PostgreSQL before moving into in-depth coverage of using PHP and PostgreSQL in tandem and related topics.
Beyond the coverage of just syntax and function, this book provides a complete picture of developing Web applications and services using PHP and PostgreSQL. This includes practical discussions on performance tuning, security, session management, regular expressions, and much more.
Authors: Ewald Geschwinde, Hans-Jurgen Schonig
PHP Developer s Cookbook, Hughes S.
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.
Скачать и читать PHP Developer s Cookbook, Hughes S.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.
Setting Up LAMP: Getting Linux, Apache, MySQL, and PHP Working Together, Rosebrock E., Filson E.
Setting Up LAMP: Getting Linux, Apache, MySQL, and PHP Working Together - Eric Rosebrock, Eric Filson - 2004.
This book is written for those people out there who either struggle with this technology or just want a simple solution that is compiled by the experts. We have taken years of experience, problem solving, experimentation, and most importantly implementation, and bundled it all together as an easy-to-understand practical guide for you to utilize as you set up your LAMP web server.
Скачать и читать Setting Up LAMP: Getting Linux, Apache, MySQL, and PHP Working Together, Rosebrock E., Filson E.This book is written for those people out there who either struggle with this technology or just want a simple solution that is compiled by the experts. We have taken years of experience, problem solving, experimentation, and most importantly implementation, and bundled it all together as an easy-to-understand practical guide for you to utilize as you set up your LAMP web server.
Другие статьи...
- Web Application Development with PHP 4.0, Ratschiller T., Gerken T.
- MySQL and Java Developer’s Guide, Matthews M., Cole J., Gradecki D.D.
- Secure PHP Development, Building 50 Practical Applications, Kabir M.J.
- Beginning MySQL, Sheldon R., Moes G.
- Beginning PHP5, Apache, and MySQL Web Development
- PHP for the World Wide Web, Visual QuickStart Guide, Ullman L.
- PHP Hacks, Herrington J.
- Web Database Application with PHP and MySQL, Lane D., Williams H.E.
Показана страница 3 из 7