Completed
- Inserting Data From a Form
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PHP for Beginners - Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Linode Sponsor
- 3 - Slides
- 4 - Getting Setup With XAMPP
- 5 - Opening a PHP File
- 6 - VS Code Setup & Auto Reload
- 7 - Output Constructs & Functions
- 8 - Data Types & Variables
- 9 - Arrays
- 10 - Conditionals
- 11 - Loops
- 12 - Functions
- 13 - Array Functions
- 14 - String Functions
- 15 - Superglobals
- 16 - $_GET & $_POST
- 17 - Sanitizing Inputs
- 18 - Cookies
- 19 - Sessions
- 20 - File Handling
- 21 - File Uploading
- 22 - Erros & Exceptions
- 23 - OOP & Classes
- 24 - Feedback App Project
- 25 - Including PHP Pages
- 26 - Database & Feedback Table Setup
- 27 - Connecting To MySQL
- 28 - If & Foreach Shorthands
- 29 - Fetch From Database
- 30 - Inserting Data From a Form