6:34
PHP - What is...
Eli the Computer Guy
6:30
PHP - Why Learn...
9:00
PHP - Why Coders Hate...
10:56
PHP - What is Needed to Learn...
4:53
PHP - What are Versions of...
7:14
PHP - Text Editor for Writing...
9:27
PHP - Shared Hosting for Running...
4:46
PHP - Naming Scripts and Tags in...
4:06
PHP - Viewing PHP Environment with PHPinfo()
12:03
PHP - Print Function and New Line Command in...
7:39
PHP - Print HTML Web Pages with...
7:35
PHP - Setting Variables
9:43
PHP - Garbage Code and Bad Variables
10:10
PHP - Comments
8:17
PHP - if Statements
6:49
PHP - if else Statements
7:47
PHP - elseif Statements
7:54
PHP - switch Statements
12:38
PHP - Comparison Operators
7:50
PHP - Logical Operators
8:07
PHP - For Loops
5:25
PHP - While Loops
5:43
PHP - Do While Loops
8:27
PHP - Creating Arrays
8:43
PHP - Naming Array Keys
7:30
PHP - Sort Array by Value
9:32
PHP – Sort Array by Key – ksort() and krsort()
6:55
PHP - Access Array Values - foreach()
6:40
PHP - Access Named Keys in Array - foreach()
8:41
PHP - Multidimensional Arrays
15:37
PHP - Write to File - file_put_contents()
7:58
PHP - Turn File Into an Array - file()
14:59
PHP - Send Emails - mail()
6:10
PHP - Code Reuse - include
8:16
PHP - Redirect Web Page - header()
18:32
PHP - Send Data to PHP with HTML Form
14:54
PHP - $_GET to Send Variables in Hyperlinks
22:09
PHP - $SESSION Variables
12:30
PHP - isset() Function to Verify if a Variable Has a Value
14:33
PHP - glob() Function to List and Filter Files in Folder
41:58
PHP - Upload File with HTML Form ($_FILES)
27:57
PHP - File Upload Filter ($_FILES)
15:04
PHP - Test Variable Against an Array with in_array()
12:42
PHP - Parse Filenames and Paths with pathinfo()
41:36
PHP - Send Shell Commands with shell_exec()
21:53
PHP - Parse String with strpos()
17:18
PHP - Turn Strings into Arrays with explode()
12:31
PHP - View Variable/Array Values with var_dump()
15:59
PHP - Text Transformation (strtolower, strtoupper, ucfirst, ucwords)
18:18
PHP - Time and Date Functions