PHP 7 solutions : dynamic web design made easy
Description
Loading Description...
More Details
Format
Edition
4th ed.
Language
English
ISBN
9781484243381, 1484243382
UPC
10.1007/978-1-4842-4
Notes
Bibliography
Includes bibliographical references and index.
Description
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 scrip ts 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.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition
Also in this Series
Checking series information...
Reviews from GoodReads
Loading GoodReads Reviews.
Citations
APA Citation, 7th Edition (style guide)
Powers, D. (2019). PHP 7 solutions: dynamic web design made easy (4th ed.). Apress.
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Powers, David. 2019. PHP 7 Solutions: Dynamic Web Design Made Easy. Apress.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Powers, David. PHP 7 Solutions: Dynamic Web Design Made Easy Apress, 2019.
MLA Citation, 9th Edition (style guide)Powers, David. PHP 7 Solutions: Dynamic Web Design Made Easy 4th ed., Apress, 2019.
Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.
Staff View
Grouped Work ID
3b558770-03f4-e31e-088a-f00e95fece07-eng
Grouping Information
Grouped Work ID | 3b558770-03f4-e31e-088a-f00e95fece07-eng |
---|---|
Full title | php 7 solutions dynamic web design made easy |
Author | powers david |
Grouping Category | book |
Last Update | 2024-10-08 10:55:34AM |
Last Indexed | 2024-11-22 03:13:15AM |
Book Cover Information
Image Source | contentCafe |
---|---|
First Loaded | Jan 3, 2024 |
Last Used | Jan 3, 2024 |
Marc Record
First Detected | Mar 21, 2023 01:12:50 PM |
---|---|
Last File Modification Time | Mar 21, 2023 01:12:50 PM |
Suppressed | Record had no items |
MARC Record
LEADER | 05297cam a2200505 i 4500 | ||
---|---|---|---|
001 | on1107699725 | ||
003 | OCoLC | ||
005 | 20230321131114.0 | ||
006 | m o d | ||
007 | cr cnu|||unuuu | ||
008 | 190709s2019 nyu ob 001 0 eng d | ||
015 | |a GBB9C6237|2 bnb | ||
016 | 7 | |a 019462096|2 Uk | |
019 | |a 1110350352|a 1110929302|a 1111676580|a 1112122522|a 1112471454|a 1113979007|a 1114935326|a 1137851418|a 1152894908 | ||
020 | |a 9781484243381|q (electronic bk.) | ||
020 | |a 1484243382|q (electronic bk.) | ||
024 | 8 | |a 10.1007/978-1-4842-4 | |
035 | |a (OCoLC)1107699725|z (OCoLC)1110350352|z (OCoLC)1110929302|z (OCoLC)1111676580|z (OCoLC)1112122522|z (OCoLC)1112471454|z (OCoLC)1113979007|z (OCoLC)1114935326|z (OCoLC)1137851418|z (OCoLC)1152894908 | ||
037 | |a com.springer.onix.9781484243381|b Springer Nature | ||
040 | |a N$T|b eng|e rda|e pn|c N$T|d N$T|d EBLCP|d UKMGB|d LQU|d OCLCF|d GW5XE|d OCLCQ|d COO|d OCLCQ|d UKAHL|d UMI|d NLW|d OCLCO|d OCLCQ|d OCLCO|d LUU|d OCLCQ | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.73.P224 | |
082 | 0 | 4 | |a 005.2762|2 23 |
100 | 1 | |a Powers, David,|e author.|9 119759 | |
245 | 1 | 0 | |a PHP 7 solutions :|b dynamic web design made easy /|c David Powers. |
250 | |a 4th ed. | ||
264 | 1 | |a New York, NY :|b Apress,|c [2019] | |
264 | 4 | |c ©2019 | |
300 | |a 1 online resource | ||
336 | |a text|b txt|2 rdacontent | ||
337 | |a computer|b c|2 rdamedia | ||
338 | |a online resource|b cr|2 rdacarrier | ||
504 | |a Includes bibliographical references and index. | ||
505 | 0 | |a 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. | |
520 | |a 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 scrip ts 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. | ||
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed July 10, 2019). | |
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a PHP (Computer program language)|9 73382 | |
650 | 0 | |a Web sites|x Design.|9 72483 | |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484243381/?ar|x O'Reilly|z eBook |
938 | |a Askews and Holts Library Services|b ASKH|n AH36522775 | ||
938 | |a ProQuest Ebook Central|b EBLB|n EBL5811788 | ||
938 | |a EBSCOhost|b EBSC|n 2183421 | ||
994 | |a 92|b VIA | ||
999 | |c 289687|d 289687 |