Completed
PHP code in HTML
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PHP & MySQL Tutorial - Learn PHP From Scratch - Full Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 introduction
- 2 Installing XAMPP
- 3 Installing a free code editor
- 4 PHP code in HTML
- 5 PHPINFO
- 6 The echo statement
- 7 The print statement
- 8 Comments in PHP
- 9 Line break
- 10 Variables & data types
- 11 Variables in echo/print
- 12 Data Types
- 13 Arrays
- 14 Associative Arrays
- 15 Multidmensional arrays
- 16 Exercises data type
- 17 Arithmetic operators
- 18 Assignment operators
- 19 Comparison operators
- 20 Increment & decrement operators
- 21 Logical operators
- 22 Conditional statements
- 23 Switch statement
- 24 While loop
- 25 Do while loop
- 26 For loop
- 27 Foreach loop
- 28 Introduction to functions
- 29 Creating our first function
- 30 Functions with arguments/parameters
- 31 Functions with return value
- 32 Global and local scope
- 33 Constants
- 34 How to include documents
- 35 How to require documents
- 36 Exercises functions
- 37 Introduction to built-in functions
- 38 Math built-in functions
- 39 String built-in functions
- 40 Array built-in functions
- 41 Date and time functions
- 42 Random number generator
- 43 Exercises built-in functions
- 44 Superglobals
- 45 Superglobal Post
- 46 Superglobal Get
- 47 Superglobal Session
- 48 Superglobal cookies
- 49 Superglobal Files
- 50 How to create a upload system
- 51 Create & write files
- 52 Read from a file
- 53 Script for a contact form
- 54 Introduction to databases
- 55 Creating a MySQL databas
- 56 Creating a MySQL table
- 57 Inserting data using MySQL
- 58 Selecting data using MySQL
- 59 Updating data using MySQL X
- 60 Deleting data using MySQL
- 61 Ordering data using MySQL
- 62 Creating a complete login & register system