Completed
PHP tutorial for beginners 🐘
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PHP Tutorial for Beginners - Complete Guide to Web Development
Automatically move to the next video in the Classroom when playback concludes
- 1 PHP tutorial for beginners 🐘
- 2 PHP variables and data types
- 3 PHP arithmetic explained
- 4 PHP $_GET and $_POST explained
- 5 PHP useful math functions you should know
- 6 PHP if statements explained
- 7 PHP logical operators explained
- 8 PHP switches explained
- 9 PHP for loops explained
- 10 PHP while loops explained
- 11 PHP arrays explained
- 12 PHP associative arrays explained
- 13 PHP isset() & empty() are really useful!
- 14 PHP radio buttons explained
- 15 PHP checkboxes explained
- 16 PHP functions explained
- 17 PHP string functions are awesome
- 18 PHP how to sanitize/validate input
- 19 PHP include() function explained
- 20 PHP $_COOKIE explained
- 21 PHP $_SESSION explained
- 22 PHP $_SERVER explained
- 23 PHP password hashing explained
- 24 PHP how to connect to MySQL database
- 25 PHPMyAdmin create a table easy
- 26 PHP how to insert into MySQL database
- 27 PHP how to query MySQL database
- 28 PHP registration form project