1.

Record Nr.

UNINA9910338003203321

Autore

Powers David

Titolo

PHP 7 Solutions [[electronic resource] ] : Dynamic Web Design Made Easy / / by David Powers

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019

ISBN

1-4842-4338-2

Edizione

[4th ed. 2019.]

Descrizione fisica

1 online resource (xxv, 551 pages) : illustrations

Disciplina

005.2762

Soggetti

Computer programming

Programming languages (Electronic computers)

Multimedia systems 

Web Development

Programming Languages, Compilers, Interpreters

Media Design

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

1. What is PHP—And Why Should I Care? -- 2. Getting Ready to Work with PHP -- 3. How to Write PHP Scripts—The Basics -- 4. PHP: A Quick Reference -- 5. Lightening Your Workload with Includes -- 6. Bringing Forms to Life -- 7. Uploading Files -- 8. Using PHP to Manage Files -- 9. Arrays -- 10. Generating Thumbnail Images -- 11. Pages that Remember: Simple Login and Multipage Forms -- 12. Getting Started with a Database -- 13. Connecting to a Database with PHP and SQL -- 14. Creating a Dynamic Photo Gallery -- 15. Managing Content -- 16. Formatting Text and Dates -- 17. Pulling Data from Multiple Tables -- 18. Managing Multiple Database Tables -- 19. Authenticating Users with a Database.

Sommario/riassunto

Make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database in this fourth edition of David Powers' highly-respected PHP Solutions: Dynamic Web Design Made Easy. This examples-laden new edition has been updated by David to incorporate the latest techniques and changes to PHP including the arrival of PHP 7. In this book, new features include the



spaceship and null coalesce operators, generators, using array shorthand syntax for list(), array dereferencing, and array unpacking with the splat operator. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. This book also covers MariaDB, a seamless replacement for MySQL that has been adopted on many web servers. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of ready-made scripts: each PHP solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or—if you prefer to leave that task to others—to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices. You will: Design and build dynamic PHP-based web sites and applications Get started right away through practical examples that you can reuse Incorporate PHP 7 elements including arrays Work with the latest PHP 7 techniques, innovations, and best practices.