Neuerscheinungen 2019Stand: 2020-02-01 |
Schnellsuche
ISBN/Stichwort/Autor
|
Herderstraße 10 10625 Berlin Tel.: 030 315 714 16 Fax 030 315 714 14 info@buchspektrum.de |
David Powers
PHP 7 Solutions
Dynamic Web Design Made Easy
4. Aufl. 2019. xxv, 551 S. 258 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2019
ISBN: 1-484-24337-4 (1484243374)
Neue ISBN: 978-1-484-24337-4 (9781484243374)
Preis und Lieferzeit: Bitte klicken
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. David Powers has updated his definitive book to incorporate the latest techniques and changes to PHP, including the arrival of PHP 7. 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.
What You Will Learn
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 new ways of handling arrays
Work with the latest PHP 7 techniques, innovations, and best practices
Who This Book Is For
Readers should have at least some prior exposure to web development using PHP.
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