On this site you could find the best books list covering all aspects of PHP development and suitable as for beginners as well as for professional developers. There are two formats – Paperback or eBook/PDF, which you could download to your Kindle or other device.
Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5

The fully revised, updated and extended 4th edition of the hugely popular web development book – includes CSS, HTML5, jQuery and the mysqli extension.Build interactive, data-driven websites with the potent combination of open-source technologies and web standards, even if you only have basic HTML knowledge. With this popular hands-on guide, you’ll tackle dynamic web programming with the help of today’s core technologies. Explore each technology separately, learn how to use them together, and pick up valuable web programming practices along the way. At the end of the book, you’ll put everything together to build a fully functional social networking site, using XAMPP or any development stack of your choice.Learn PHP in-depth, along with the basics of object-oriented programming. Explore MySQL, from database structure to complex queries. Use the mysqli Extension, improved MySQL interface. Create dynamic web pages that…
PHP for the Web: Visual Quick Start Guide (5th Edition)

Learn programming the quick and easy way! With this reading readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. This task-based visual reference guide uses step-by-step instructions and plenty of screenshots to teach beginning and intermediate users this popular open-source scripting language. Author Larry Ullman guides readers through the ins and outs of both versions 5 and 7, and offers more efficient ways to tackle common needs. Both beginning users, who want a thorough introduction to the technology, and more intermediate users, who are looking for a convenient reference, will find what they need here–in straightforward language and through readily accessible examples. Easy visual approach uses demonstrations and real-world examples to guide you through dynamic web development and show you what to do step by step…
Murach’s PHP and MySQL, 2nd Edition

“I can’t count how many PHP books I have purchased over the years trying to learn the language. Murach’s was the first book that helped me grasp the concepts and got me onto actually scripting. “That’s what one developer said in an online review of the first edition of Murach’s PHP and MySQL. Now, this 2nd Edition does an even better job of delivering the real-world skills you need to develop database-driven websites, two of today’s most popular open-source software tools. Section 1 is a quick-start course that shows how to use the latest versions of PHP, MySQL, the Apache web server, and the NetBeans IDE to build your first applications. And right from the start, you’ll learn to create applications that conform to the MVC pattern, so they’ll be easier to maintain as they grow. Then, Section 2 takes you deep by covering the skills you’ll use every day in professional applications, like how to work with form data, dates, arrays, sessions, cookies, functions, objects, regular expressions, and exceptions…
Modern PHP: New Features and Good Practices

PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated tutorials online. With this practical guide, you’ll learn how it has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries. Author Josh Lockhart—creator of The Right Way, a popular initiative to encourage best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you have a basic understanding of the language and want to bolster your skills, this is your book. Learn modern features, such as namespaces, traits, generators, and closures. Discover how to find, use, and create components. Follow best practices for application security, working with databases, errors and exceptions, and more. Learn tools and techniques for deploying, tuning, testing, and…
PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)

Readers can take their skills to the next level with this fully revised and updated Visual QuickPro Guide, Third Edition! Filled with fourteen chapters of step-by-step content and written by bestselling author and programmer Larry Ullman, this guide teaches specific topics in direct, focused segments, shows how it is used in real-world applications. The book teaches developing web applications using advanced techniques and advanced database concepts, and this edition offers several chapters devoted to object-oriented programming and all-new chapters on debugging, testing, and performance. Author hosts a popular companion website, where readers can freely download code used in the book, access a user forum and book updates, and get advice directly from the author…
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)

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 and then the database program, 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…
PHP Cookbook: Solutions & Examples for PHP Programmers

Want to understand a certain programming technique? Or learn how to accomplish a particular task? This cookbook is the first place to look. With more than 350 code-rich recipes revised for versions 5.4 and 5.5, this third edition provides updated solutions for generating dynamic web content—everything from using basic data types to querying databases, and from calling RESTful APIs to testing and securing your site. Each recipe includes code solutions that you can freely use, along with a discussion of how and why they work. Whether you’re an experienced programmer or coming from another language, this book is an ideal on-the-job resource. You’ll find recipes to help you with:Basic data types: strings, numbers, arrays, and dates and times Program building blocks: variables, functions, classes, and objects Web programming: cookies, forms, sessions, and authentication Database access using PDO, SQLite, and other extensionsRESTful API clients and servers…
PHP & MySQL For Dummies, 4th Edition

Here’s what Web designers need to know to create dynamic, database-driven Web sites To be on the cutting edge, Web sites need to serve up HTML, CSS, and products specific to the needs of different customers using different browsers. An effective e-commerce site gathers information about users and provides information they need to get the desired result. PHP scripting language with a MySQL back-end database offers an effective way to design sites that meet these requirements. This full updated 4th Edition of this reading gets you quickly up to speed, even if your experience is limited. Explains the easy way to install and set up using XAMPP, so it works the same on Linux, Mac, and Windows Shows you how to secure files on a Web host and how to write secure code Packed with useful and understandable code examples for Web site creators who are not professional programmers Fully updated to ensure your code will be…
Learning PHP: A Gentle Introduction to the Web’s Most Popular Language

If you want to get started with PHP, this book is essential. Author David Sklar guides you through aspects of the language you need to build dynamic server-side websites. By exploring features of version 5.x and the exciting enhancements in the latest release, 7, you’ll learn how to work with web servers, browsers, databases, and web services. End-of-chapter exercises help you make the lessons stick.Whether you’re a hobbyist looking to build dynamic websites, a frontend developer ready to add server-side programs, or an experienced programmer who wants to get up to speed with this language, this gentle introduction also covers aspects of modern versions, such as internationalization, using it from the command line, and package management. Learn how it interacts with browsers and servers. Understand data types, variables, logic, looping, and other language basics. Explore how to use arrays, functions, and objects. Build and validate web forms. Work…
Sams Teach Yourself PHP, MySQL and Apache All in One (5th Edition)

In just a short time, you can learn how to create dynamic, interactive websites and applications using the three leading open-source web development technologies. Using a straightforward, step-by-step approach, each lesson in this book builds on the previous ones, enabling you to learn the essentials of scripting, MySQL databases, and the Apache web server from the ground up. Regardless of whether you run Linux, Windows, or Mac OS X, the enclosed CD includes a complete starter kit that lets you install all the software you need to set up a stable environment for learning, testing, and production. Julie C. Meloni is a technical consultant who has been developing web-based applications since the Web first saw the light of day. She has authored numerous books and articles on web application development and HTML/CSS, and you can find translations of her work in 18 different languages…