책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 웹 > 웹프로그래밍
· ISBN : 9798868801761
· 쪽수 : 625쪽
· 출판일 : 2024-03-08
목차
Introduction: Setup
·???
Downloading and Installing the Sample
·???
Setting up the Tools
·???
Setting up and Configuring a Web Server
Chapter 1: Writing PHP
·???
Preparing PHP files
·???
Writing PHP Code
·???
Mixing PHP and HTML Code
·???
Managing Code
Chapter 2: Dynamic Content
·???
Populating Content Dynamically
·???
Updating the Navigation Block
·???
Implementing Bread Crumbs
Chapter 3: Form Processing and Sending Emails
·???
How PHP Handles Form Data
·???
Post vs Get Data
·???
Processing Submitted Data
·???
Email Injection Attacks
·???
Form Validation and Handling Errors
·???
Persisting Submitted Data
·???
Sending Email
·???
Switching Page Content
Chapter 4: Preparing and Using the Database
·???
Creating the Database and Tables
·???
Creating a Database User
·???
Working with PDO
Chapter 5: Saving Uploaded Data
·???
Understanding SQL Injection Attacks
·???
Working with Prepared Statements
Chapter 6: Uploading Files
·???
Receiving uploaded files
·???
Validating uploaded files
·???
Moving and Storing Files
·???
Processing File Names
·???
Adding to the Database
·???
Working with Zipped Files
·???
Reading and Writing Files
·???
Processing CSV Files
Chapter 7: Configuring your PHP Project and Developing
a Library
·???
Using php.ini, .htaccess and .user.ini
configuration files
·???
Configuring arbitrary values and using ini files
·???
Creating a Library
Chapter 8: Creating a Catalogue
·???
Saving Image Files
·???
Image Processing
·???
Adding to the Database
·???
Paging a Catalogue
Chapter 9: Managing Data
·???
Creating List Pages
·???
Creating Detail Forms
·???
Inserting, Updating and Deleting Data
Chapter 10: Cookies, Sessions and Logging In
·???
Managing Passwords Safely
·???
Storing Cookies
·???
Understanding and Using PHP Sessions
·???
Logging In and Logging Out
·???
Restricting Access to Areas
Chapter 11: Developing a Simple Blog
This is a consolidation chapter which guides the reader
through creating a simple blog. It reiterates the concepts developed in the
previous chapters.