Buscar libros, personas y listas
Read This Twice
InicioPersonasLibrosSonaBibliotecasIniciar sesión

Mejores libros de PHP

Mejora tus habilidades de desarrollo web con estos destacados libros de PHP, frecuentemente mencionados en foros de tecnología y por voces destacadas en la comunidad de programadores.

Recomendaciones de 14 artículos.
Mejores libros de PHP
31 libros en la lista
Ordenar por
Cantidad de artículos
Diseño
Aprender PHP, MySQL y JavaScript book cover
Aprender PHP, MySQL y JavaScript
With jQuery, CSS & HTML5 (Learning PHP, MYSQL, Javascript, CSS & HTML5)
Robin Nixon - 2009-07-24
Calificación de 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
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 (publicado por primera vez en 2012)
Calificación de 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 (publicado por primera vez en 2008)
Calificación de 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.
Desarrollo web con PHP y MYSQL / Web Development with PHP and MYSQL (Programacion) book cover
Desarrollo web con PHP y MYSQL / Web Development with PHP and MYSQL (Programacion)
Laura Thomson Luke Welling - 2005-01-01 (publicado por primera vez en 2003)
Calificación de Goodreads
PHP es un lenguaje de secuencia de comandos de servidor diseñado específicamente para la Web, mientras que MySQL constituye el mejor sistema para la administración de bases de datos relacionales de modo rápido y sólido; la combinación de ambos le permitirá crear sofisticadas aplicaciones web dinámicas con resultados sorprendentes. Desarrollo Web con PHP y MySQL le mostrará tanto los fundamentos del lenguaje PHP como la manera de configurar y trabajar con una base de datos MySQL, o utilizar PHP para interactuar con la base de datos y el servidor. Con un enfoque práctico y didáctico, encontrará además una amplia cobertura de todas las novedades y mejoras que incorpora PHP 5 y MySQL 5.
Programming PHP book cover
Programming PHP
Creating Dynamic Web Pages
Kevin Tatroe - 2006-05-08 (publicado por primera vez en 2000)
Calificación de Goodreads
This comprehensive guide covers everything you need to know to create effective web applications with the latest features in PHP 5.x. From language fundamentals to advanced topics, the authors use examples to illustrate correct usage and common idioms. With practical programming advice and style tips, you'll become a top-notch PHP programmer. Learn about data types, web application techniques, and how to interact with databases. Plus, get a quick reference to PHP core functions and standard extensions.
PHP Cookbook book cover
PHP Cookbook
Solutions & Examples for PHP Programmers
David Sklar - 2006-08-01 (publicado por primera vez en 2002)
Calificación de 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."
PHP book cover
PHP
A BEGINNER'S GUIDE
Vikram Vaswani - 2008-10-23
Calificación de 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
Calificación de 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.
PHP and MySQL for Dynamic Web Sites book cover
PHP and MySQL for Dynamic Web Sites
Visual QuickPro Guide
Larry Ullman - 2005-01-01 (publicado por primera vez en 2003)
Calificación de 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 (publicado por primera vez en 2005)
Calificación de 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 Objects, Patterns, and Practice 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
PHP, MySQL y Apache 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