Free Books for PHP Web Development
Book 1: Creating Database Web Applications with PHP and ASP

Book description:
    If you want to add more power and functionality to your Web sites, add some database applications
like a powerful shopping cart or a fun quiz game. Such applications make your site more dynamic, allow you to gather
information, and provide customized experiences for your visitors. Creating Database Web Applications with PHP and ASP
teaches beginning and intermediate designers the fundamentals of creating complex Web applications. By covering both open
source (PHP/MySQL) and proprietary tools (Microsoft ASP and Access), readers gain insight to the strengths and weaknesses
of each. In addition, they learn how to work with both sets of tools and determine which works best for their projects.
Practical examples, including a shopping cart and quiz show, are used to teach the basic concepts behind creating and
testing database code. Every example is also provided in both PHP and ASP for easy comparison and use. With the knowledge
and experience gained here, beginners will learn the fundamental concepts behind these two technologies, while more experienced
developers will learn which technology works best for their specific needs. Exercises, questions, and projects are
included with each chapter.
Book Link:
Download
Password:
super-warez.com
Book 2: PHP 6 And MySQL 5

Book description:
    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 intermediate- to advanced 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 versions of both technologies: PHP 6 (due out in 2008)
and MySQL 5 (available now). The book's publication date is likely to beat the official release of PHP 6, making it one
of the first books available on the subject.
Book Link:
Download
Password:
thephoenix-forums.com
Book 3: PHP and MySQL eBooks for Beginners to Experts
Book description:
    These eBooks really work. Download them and become an expert at PHP and MySQL
Book Link:
Learning PHP and MySQL
Book 4: PHP Game Programming
Book description:
    PHP Game Programming offers you the introduction you need to begin creating your own online games.
You'll be amazed at the games you can create with this powerful - and completely free - development tool! Dive right
in as you begin with coverage of server configuration and the major features of PHP. Then you're off and running as you use
PHP to create and manipulate graphics, develop a chess game using a non-relational database, and send and receive data
through sockets. Put your new skills to use as you create your own massively multiplayer online game! From the basics of
PHP and HTML to the exciting task of creating dynamic terrain and Flash movies, "PHP Game Programming" will help you turn
your online game ideas into reality!
Book Link:
Download
Book 5: PHP 5 For Dummies

Book description:
Covers the latest major release of PHP, the most popular open source Web scripting language, in the friendly, easy-to-understand For Dummies style
* PHP is installed on nearly nine million servers, and usage has grown at the rate of 6.5 percent per month for
the past two years
* PHP is easy to learn, well suited for Web development, and can be embedded with HTML, making it a good choice for creating
dynamic Web pages for e-commerce sites and other Web applications; a database-friendly language, it connects easily to Sybase,
MySQL, mSQL, Oracle, and other databases
* Explains how to acquire and install PHP, how PHP's features make it a useful scripting language, and how to use PHP for three
of the most common applications: interactive Web sites, database storage, and common operating system tasks
Covers the latest major release of PHP, the most popular open source Web scripting language, in the friendly, easy-to-understand For Dummies style
* PHP is installed on nearly nine million servers, and usage has grown at the rate of 6.5 percent per month for
the past two years
* PHP is easy to learn, well suited for Web development, and can be embedded with HTML, making it a good choice for creating
dynamic Web pages for e-commerce sites and other Web applications; a database-friendly language, it connects easily to Sybase,
MySQL, mSQL, Oracle, and other databases
* Explains how to acquire and install PHP, how PHP's features make it a useful scripting language, and how to use PHP for three
of the most common applications: interactive Web sites, database storage, and common operating system tasks
Book Link:
Download
Password:
thephoenix-forums.com
Book 6: PHP And MySQL Everyday Apps For Dummies

Book description:
    PHP and MySQL Everyday Apps For Dummies is a one-stop reference providing all you need to build dynamic,
real-world, ready-to-use apps with the popular PHP (a scripting language) and MySQL (a database system) software.
Book Link:
Download
Password:
thephoenix-forums.com
Book 7: Learn Linux, Apache, PHP, MySQL Web-Development
Book description:
    Learn Interactive Website Development through Linux, Apache, MySQL and PHP the really easy way
Book Link:
Download
Book 8: Php Developer's Dictionary

Book description:
    PHP Developer's Dictionary is a well-organized, comprehensive reference for PHP programmers.
In addition to providing a complete syntax reference for all core PHP functions and all module functions,
the PHP Developer's Dictionary also provides a complete collection of compilation, installation, and configuration options.
The resulting book provides an indispensable reference for any PHP programmer or administrator overseeing a PHP installation.
    A guide, for Web developers, to using PHP language to create dynamically generated Web pages.
A comprehensive reference to PHP 2, including the language's evolutions and enhancements. Shows how to install
applications, generate HTML, and access databases sing this language, covering every function and property.
Book Link:
Download
Password:
www.warezfreak.org
Book 9: Secure PHP Development: Building 50 Practical Applications

Book description:
* Offers fifty practical and secure PHP applications that readers can immediately put to use
* Explains the entire life cycle of each PHP application, including requirements, design,
development, maintenance, and tuning
* Reviews application development line-by-line and module-by-module to help readers understand
specific coding practices and requirements
* Applications can be readily adapted to many real-world business situations
* CD-ROM contains fifty ready-to-use PHP applications, an evaluation version of Zend tools,
and the latest versions of PHP, Apache, and MySQL
* Offers fifty practical and secure PHP applications that readers can immediately put to use
* Explains the entire life cycle of each PHP application, including requirements, design,
development, maintenance, and tuning
* Reviews application development line-by-line and module-by-module to help readers understand
specific coding practices and requirements
* Applications can be readily adapted to many real-world business situations
* CD-ROM contains fifty ready-to-use PHP applications, an evaluation version of Zend tools,
and the latest versions of PHP, Apache, and MySQL
Book Link:
Download
Book 10: Rails for PHP Developers

Book description:
    As a PHP developer, you have some great tools for developing web applications. Ruby on Rails is
another key tool to add to your web development toolbox. Rails is a high-level web development framework that emphasizes
high productivity and clean code. However, the Ruby language and Rails framework take a different approach from the way
many PHP developers write applications.
    Ruby lies at the foundation of Rails, and we'll teach you the Ruby language from the beginning by building
on your existing foundation of PHP. We'll explore Ruby through parallel code examples that illustrate the
differences between the languages, and help you understand the Ruby idioms and how they differ from popular
PHP code and style.
    You'll then learn the Rails framework by iteratively building a complete application, starting from the home
page through to a finished product. Along the way, you'll build your skills as a Rails developer by learning
the Rails fundamentals such as MVC structure, domain modeling, and testing.
    In addition to serving as a guide to learning both Ruby and Rails from a PHP developer's perspective, this book
includes two extensive reference chapters. They map the most common PHP tasks to their equivalents in the Ruby and
Rails world, giving you at-a-glance information that you'll refer to often.
Book Link:
No comments:
Post a Comment