PHP & MySQL
Title | PHP & MySQL PDF eBook |
Author | Jon Duckett |
Publisher | Wiley |
Pages | 0 |
Release | 2022-02-15 |
Genre | Computers |
ISBN | 9781119149224 |
Learn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database to create the web pages. This full-color book is packed with inspiring code examples, infographics and photography that not only teach you the PHP language and how to work with databases, but also show you how to build new applications from scratch. It demonstrates practical techniques that you will recognize from popular sites where visitors can: Register as a member and log in Create articles, posts and profiles that are saved in a database Upload their own images and files Automatically receive email notifications Like and comment on posts. To show you how to apply the skills you learn, you will build a complete content management system, enhanced with features that are commonly seen on social networks. Written by best-selling HTML & CSS and JavaScript & jQuery author Jon Duckett, this book uses a unique visual approach, with step-by-step instructions, practical code examples and pro tips that will teach you how to build modern database-driven websites using PHP.
Programming PHP
Title | Programming PHP PDF eBook |
Author | Rasmus Lerdorf |
Publisher | "O'Reilly Media, Inc." |
Pages | 534 |
Release | 2002-03-26 |
Genre | Computers |
ISBN | 9781565926103 |
This is a comprehensive guide to PHP, a simple yet powerful language for creating dynamic web content. It is a detailed reference to the language and its applications, including such topics as form processing, sessions, databases, XML, and graphics and Covers PHP 4, the latest version.
Modern PHP
Title | Modern PHP PDF eBook |
Author | Josh Lockhart |
Publisher | "O'Reilly Media, Inc." |
Pages | 251 |
Release | 2015-02-16 |
Genre | Computers |
ISBN | 1491904992 |
PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries. Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP 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 PHP and want to bolster your skills, this is your book. Learn modern PHP features, such as namespaces, traits, generators, and closures Discover how to find, use, and create PHP components Follow best practices for application security, working with databases, errors and exceptions, and more Learn tools and techniques for deploying, tuning, testing, and profiling your PHP applications Explore Facebook’s HVVM and Hack language implementations—and how they affect modern PHP Build a local development environment that closely matches your production server
PHP and MySQL Web Development
Title | PHP and MySQL Web Development PDF eBook |
Author | Luke Welling |
Publisher | Sams Publishing |
Pages | 918 |
Release | 2003 |
Genre | Computers |
ISBN | 9780672325250 |
A new, updated and revised edition of the best-selling #1 book on any open source programming topic.
Learning PHP Design Patterns
Title | Learning PHP Design Patterns PDF eBook |
Author | William Sanders |
Publisher | "O'Reilly Media, Inc." |
Pages | 363 |
Release | 2013-02-11 |
Genre | Computers |
ISBN | 1449344879 |
Build server-side applications more efficiently—and improve your PHP programming skills in the process—by learning how to use design patterns in your code. This book shows you how to apply several object-oriented patterns through simple examples, and demonstrates many of them in full-fledged working applications. Learn how these reusable patterns help you solve complex problems, organize object-oriented code, and revise a big project by only changing small parts. With Learning PHP Design Patterns, you’ll learn how to adopt a more sophisticated programming style and dramatically reduce development time. Learn design pattern concepts, including how to select patterns to handle specific problems Get an overview of object-oriented programming concepts such as composition, encapsulation, polymorphism, and inheritance Apply creational design patterns to create pages dynamically, using a factory method instead of direct instantiation Make changes to existing objects or structure without having to change the original code, using structural design patterns Use behavioral patterns to help objects work together to perform tasks Interact with MySQL, using behavioral patterns such as Proxy and Chain of Responsibility Explore ways to use PHP’s built-in design pattern interfaces
Advanced PHP Programming
Title | Advanced PHP Programming PDF eBook |
Author | George Schlossnagle |
Publisher | Pearson Education |
Pages | 673 |
Release | 2004 |
Genre | Computers |
ISBN | 0672325616 |
PHP has exploded in popularity, and is now starting to make inroads into large-scale business-critical Web systems. Schlossnagle provides a definitive guide to developing PHP applications for performance, stability and extensibility.
PHP and MySQL For Dummies
Title | PHP and MySQL For Dummies PDF eBook |
Author | Janet Valade |
Publisher | John Wiley & Sons |
Pages | 458 |
Release | 2006-12-13 |
Genre | Computers |
ISBN | 0470121149 |
Build an online catalog and a members-only site Everything you need to know to create a dynamic PHP and MySQL Web site! Been thinking of creating a high-quality interactive Web site? This book is just what you need to get started! Here's the fun and easy way(r) to develop a Web application in PHP 4, 5, or 6 and MySQL 5, test your software, enable your Web pages to display, change, and move database information, and much more. Discover how to * Plan and implement a Web database application * Design and build a MySQL 5 database * Build dynamic HTML forms * Create scripts that store, retrieve, and update database information * Display database information in a Web page