Completed
6.1 Intro to MySQL
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PHP Tutorial for Beginners - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 1.1 What You Need
- 3 2.1 Syntax and Variables
- 4 2.2 Error Reporting
- 5 2.3 PHP Conditions and Decisions
- 6 2.4 PHP Arrays
- 7 2.5 PHP Loops
- 8 2.6 PHP Functions
- 9 2.7 Local and Global PHP Variables
- 10 2.8 PHP Include and PHP Require
- 11 3.1 PHP Get Requests
- 12 3.2 PHP Post Requests
- 13 3.3 PHP Sessions
- 14 4.1 Separating PHP Logic From Presentation
- 15 4.2 Working With Files
- 16 4.3 Parse JSON and Output Data
- 17 4.4 Adding a Detail Page
- 18 4.5 Truthiness and Adding a PHP Search
- 19 4.6 Managing PHP Paths
- 20 4.7 Creating PHP Terms
- 21 4.8 Editing PHP Terms
- 22 4.8 Editing PHP Terms
- 23 5.1 Intro to PHP Classes
- 24 5.2 Creating a Data Provider Class
- 25 5.3 Writing a Data Abstraction Layer
- 26 5.4 Inheritance
- 27 6.1 Intro to MySQL
- 28 6.2 Connecting to the Database
- 29 6.3 Inserting Data
- 30 6.4 Reading Data With "Select"
- 31 6.5 Using Prepared Statements
- 32 6.6 Searching Data
- 33 6.7 Editing and Deliting Data
- 34 6.8 Refactoring the Code
- 35 7.1 Using Names Arguments
- 36 7.2 Promoting Class Properties
- 37 7.3 Simplifyng String Functions
- 38 8 Conclusion