An introduction to PHP learn PHP 8 to create dynamic websites

Use PHP to enhance your web pages. This book shows you how PHP programming works, and how to write and organize PHP code. The book starts with steps to download and install a setup for a sample website that will form the basis for upcoming chapters. You start by writing PHP code and learn how to mix...

Full description

Bibliographic Details
Main Author: Simon, Mark
Format: eBook
Language:English
Published: New York, NY Apress 2024
Edition:[First edition]
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02672nmm a2200349 u 4500
001 EB002200432
003 EBX01000000000000001337635
005 00000000000000.0
007 cr|||||||||||||||||||||
008 240402 ||| eng
050 4 |a QA76.73.P224 
100 1 |a Simon, Mark 
245 0 0 |a An introduction to PHP  |b learn PHP 8 to create dynamic websites  |c Mark Simon 
246 3 1 |a Learn PHP 8 to create dynamic websites 
250 |a [First edition] 
260 |a New York, NY  |b Apress  |c 2024 
300 |a xxvi, 625 pages  |b illustrations 
505 0 |a Includes bibliographical references and index 
505 0 |a 1: Introduction and Setting Up -- 2: Working with PHP -- 3: Email and Form Processing -- 4: Uploading Data and Files -- 5: Working with a Database -- 6: Adding Data to the Database -- 7: File Handling -- 8: The Image Gallery -- 9: Managing Data -- 10: Sessions and Logging In -- 11: A Configuration System -- 12: A Content Management System -- Appendix 1: Adding Markdown to Your Blog Articles -- Appendix 2: Non-PHP Tricks -- Appendix 3: PHP Versions -- Appendix 4: Default Library Functions 
653 |a Sites Web / Conception 
653 |a Web sites / Design / http://id.loc.gov/authorities/subjects/sh98000035 
653 |a PHP (Computer program language) / http://id.loc.gov/authorities/subjects/sh99002710 
653 |a PHP (Langage de programmation) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/979-8-8688-0177-8 
776 |z 9798868801778 
776 |z 9798868801761 
856 4 0 |u https://learning.oreilly.com/library/view/~/9798868801778/?ar  |x Verlag  |3 Volltext 
082 0 |a 745.4 
082 0 |a 006.7/6 
520 |a Use PHP to enhance your web pages. This book shows you how PHP programming works, and how to write and organize PHP code. The book starts with steps to download and install a setup for a sample website that will form the basis for upcoming chapters. You start by writing PHP code and learn how to mix it with HTML and manage the code. From there, you will learn about dynamic content, along with a deep dive into form processing and sending email. Saving uploaded data and uploading files is discussed next. You will learn how to configure your PHP project and develop a library. You will then learn how to create an image catalog and manage data on your web page. By the end of the book, you will understand how to work with cookies, sessions, and logging in, followed by an example of creating a simple blog that reiterates the concepts developed in the previous chapters. After reading this book, you will be able to configure, create, and manage your dynamic website