Поиск книг, людей и списков
Read This Twice
ГлавнаяЛюдиКнигиSonaБиблиотекиВойти

Лучшие книги по PHP

Повысьте свои навыки веб-разработки с помощью этих выдающихся книг по PHP, часто упоминаемых на технических форумах и известными личностями в программировании.

Рекомендации от 14 статей.
Лучшие книги по PHP
31 книга в списке
Сортировать по
Количество статей
Макет
Создаем динамические веб-сайты с помощью PHP, MySQL и JavaScript book cover
Создаем динамические веб-сайты с помощью PHP, MySQL и JavaScript
With jQuery, CSS & HTML5 (Learning PHP, MYSQL, Javascript, CSS & HTML5)
Robin Nixon - 2009-07-24
Рейтинг Goodreads
If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites.Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts, including objects, XHTML, cookies, and session management. You'll practice what you've learned with review questions in each chapter, and find a sample social networking platform built with the elements introduced in this book.brThis book will help you#58;Understand PHP essentials and the basics of object-oriented programmingbrMaster MySQL, from database structure to complex queriesbrCreate web pages with PHP and MySQL by integrating forms and other HTML featuresbrLearn about JavaScript, from functions and event handling to accessing the Document Object ModelbrUse libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface LibraryMake Ajax calls and turn your website into a highly dynamic environmentbrUpload and manipulate files and images, validate user input, and secure your applications
Представлено в 12 статьях
The Joy of PHP book cover
The Joy of PHP
A Beginner's Guide to Programming Interactive Web Applications with PHP and mySQL
Alan Forbes - 2013-01-15 (впервые опубликовано в 2012)
Рейтинг Goodreads
This book is a fun and engaging introduction to learning PHP, perfect for beginners who want to design their own website or application. The author uses a step-by-step approach, starting with basic HTML and progressing to more advanced topics such as using PHP with mySQL. You'll follow along with exercises that build a web site for a car dealership, giving you a real-world context for what you're learning. The author's easy and fun style of writing makes learning PHP a breeze. This book is not a comprehensive reference, but it will give you the skills you need to read, write, and modify PHP scripts, making your website come alive. Bonus code is provided for easy download, and a video tutorial is included. Topics covered include installing and configuring PHP, HTML, variables, control structures, working with images, security considerations, and more!
Head First Php & Mysql book cover
Head First Php & Mysql
A Brain-Friendly Guide
Lynn Beighley - 2009-01-27 (впервые опубликовано в 2008)
Рейтинг Goodreads
Learn how to build dynamic, database-driven websites using PHP and MySQL with Head First PHP & MySQL. This book covers all the essentials of server-side programming, from the basics to more advanced topics such as content management and form validation. With real-world examples and updated code for the latest versions of PHP and MySQL, Head First PHP & MySQL is the perfect resource for creating a truly dynamic website.
Разработка веб-приложений с помощью PHP и MySQL book cover
Разработка веб-приложений с помощью PHP и MySQL
Laura Thomson Luke Welling - 2005-01-01 (впервые опубликовано в 2003)
Рейтинг Goodreads
Master today's best practices for succeeding with PHP 5.5 and MySQL 5.6 web database development! Long acknowledged as the clearest, most practical, and most down-to-earth guide to PHP/MySQL web development, the brand-new Fifth Edition of ""PHP and MySQL Web Development""fully reflects the latest versions of PHP and MySQL. Maintaining the approach that has made this book so successful through, Luke Welling and Laura Thomson add extensive new coverage of security, cloud and mobile development, and using the PEAR repository's massive resources. Part I offers a crash course in using PHP, including data storage/retrieval, arrays, strings, regular expressions, code reuse, objects, and error/exception handling. Next, walk through designing, creating, accessing, and programming MySQL databases. Part III turns to e-commerce, adding extensive new coverage of web security, plus up-to-the-minute discussions of authentication and secure transactions. A full section of advanced PHP techniques addresses everything from networking and filesystem interaction to image generation and session control. The authors conclude with primers on real-world development and debugging, followed by ten start-to-finish case studies, from authentication to content management, personalized PDFs to web services and Web 2.0 apps.
Создаем динамические веб-сайты на PHP book cover
Создаем динамические веб-сайты на PHP
Creating Dynamic Web Pages
Kevin Tatroe - 2006-05-08 (впервые опубликовано в 2000)
Рейтинг Goodreads
Сложно найти что-то толковое про PHP? Проверенная временем, обновленная в четвертом издании, эта книга помогает начинающим разработчикам научиться всему, что необходимо для создания качественных веб-приложений. Вы начнете с общего описания технологии и постепенно перейдете к синтаксису языка, приемам программирования и другим важным деталям. При этом будут использоваться примеры, демонстрирующие и правильное применение языка, и распространенные идиомы. Предполагается, что читатель уже имеет опыт работы с HTML. Вы получите множество рекомендаций по стилю программирования и процессу разработки ПО от Кевина Татро и Питера Макинтайра. Этот материал, изложенный в доступной и компактной форме, поможет вам овладеть мастерством программирования на PHP. • Общие сведения о том, какой результат можно получить, используя PHP. • Основы языка, включая типы данных, переменные, операторы, управляющие команды. • Функции, строки, массивы и объекты. • Решение распространенных задач разработки: обработка форм, проверка данных, отслеживание сеансовых данных и cookie. • Работа с реляционными базами данных (MySQL) и базами данных NoSQL (например MongoDB). • Генерирование изображений, создание файлов PDF, парсинг файлов XML. • Безопасность скриптов, обработка ошибок, оптимизация быстродействия и другие нетривиальные темы.
PHP Cookbook book cover
PHP Cookbook
Solutions & Examples for PHP Programmers
David Sklar - 2006-08-01 (впервые опубликовано в 2002)
Рейтинг Goodreads
"Discover practical solutions for common problems faced by PHP programmers in the updated PHP Cookbook. Packed with code recipes catering to both beginners and professionals, this 3rd edition covers a wide range of topics from basic queries to advanced web programming techniques. With new sections dedicated to updated web services, data formats, and third-party APIs, this revised edition is a must-have for those seeking to generate dynamic web content using PHP 5.4."
Представлено в 6 статьях
PHP book cover
PHP
A BEGINNER'S GUIDE
Vikram Vaswani - 2008-10-23
Рейтинг Goodreads
Learn how to build dynamic, data-driven Web applications using PHP with this beginner's guide. Covering the latest release of this cross-platform, open-source scripting language, it teaches you how to write basic PHP programs and enhance them with more advanced features such as database integration, XML input, and third-party extensions. With hands-on exercises, quizzes, and helpful tips throughout, this fast-paced tutorial is perfect for anyone looking to improve their PHP programming skills.
PHP Advanced and Object-Oriented Programming book cover
PHP Advanced and Object-Oriented Programming
Visual QuickPro Guide (3rd Edition) (Visual QuickPro Guides)
Larry Ullman - 2012-01-01
Рейтинг Goodreads
This PHP guide by a bestselling author and programmer provides a comprehensive overview of advanced PHP coding techniques, including object-oriented programming, debugging, testing, and performance. With real-world examples and step-by-step instructions spread over 14 chapters, this newly updated edition is a must-have for anyone seeking to take their web application development skills to the next level. The book even includes access to a companion website with free downloads, a user forum, and updates from the author.
Представлено в 4 статьях
PHP and MySQL for Dynamic Web Sites book cover
PHP and MySQL for Dynamic Web Sites
Visual QuickPro Guide
Larry Ullman - 2005-01-01 (впервые опубликовано в 2003)
Рейтинг Goodreads
This book provides an easy-to-follow visual approach to learn PHP and MySQL programming for dynamic web development. Through real-world examples and concise steps, you'll quickly master advanced techniques. It's an essential reference guide for both beginners and experienced veterans, covering the latest changes and much more. Get up and running in no time with this quick and easy guide.
PHP & MySQL book cover
PHP & MySQL
Novice to Ninja
Kevin Yank - 2012-05-15 (впервые опубликовано в 2005)
Рейтинг Goodreads
Learn how to code server-side web applications with PHP & MySQL, the popular open-source scripting language used on millions of websites worldwide. This beginner-friendly tutorial offers step-by-step guidance on installing and setting up the software on Windows, Mac OS X, or Linux, gaining a thorough understanding of PHP syntax and object oriented programming principles, designing databases and writing SQL queries, creating content management systems and e-commerce shopping carts, and building robust websites that can handle high levels of traffic. Updated for the latest versions of PHP, MySQL, phpMyAdmin, XAMPP and MAMP, this edition recommends all-in-one installation packages and uses PHP Data Objects (PDO) API and prepared statements instead of raw SQL queries. Ideal for those with some HTML and CSS familiarity.
PHP & MySQL by Brett McLaughlin
Modern PHP by Josh Lockhart
Murach's PHP and MySQL by Joel Murach
Laravel by Matt Stauffer
PHP by Matt Zandstra
PHP by LCF Publishing, Jamie Chan
PHP & MySQL by Jon Duckett
Murach's PHP and MySQL by Joel Murach, Ray Harris
Mastering PHP 7 by Branko Ajzele
Apache MySQL PHP Web Dvlpmnt AIO Dsk FD by Jeff Cogswell
PHP for the Web by Pearson India
PHP by S. Holzner
Beginning PHP and MySQL by W Jason Gilmore
Advanced PHP Programming by George Schlossnagle
PHP in Action by Dagfinn Reiersol
Sams Teach Yourself PHP, MySQL and Apache All in One by Julie C. Meloni
PHP & MySQL in easy steps by Mike McGrath
Professional CodeIgniter by Thomas Myer
PHP 7 Programming Cookbook by Doug Bierer
Beginning Laravel by Sanjib Sinha
PHP & MySQL by Kevin Yank