Table of Contents
Web Development
Lesson 8 - Forms
Objective
Prerequisites
Revision
Activities
Web Development
Lesson 8 - Forms
Objective
In this lesson you will:
learn a variety of fields for gathering data from the user
learn how to send data to a server for processing
learn how to add data to and update data in a database
Prerequisites
Understanding of PDO to connect to database
Basic PHP
CSS
Revision
Activities
Sending data
Inputs
Styling
Posting data
INSERT queries
UPDATE queries
DELETE queries
Javascript for Forms
Exercises
Summary
Next Lesson: Sessions