PHP Tutorial
200 videos • 8 views • by Jingo
1
Beginner PHP Tutorial - 1 - Introduction to PHP
thenewboston
Download
2
Beginner PHP Tutorial - 2 - Installing XAMPP Part 1
thenewboston
Download
3
Beginner PHP Tutorial - 3 - Installing XAMPP Part 2
thenewboston
Download
4
Beginner PHP Tutorial - 4 - Creating Your First PHP File
thenewboston
Download
5
Beginner PHP Tutorial - 5 - Writing Your First PHP File
thenewboston
Download
6
Beginner PHP Tutorial - 6 - The phpinfo Function
thenewboston
Download
7
Beginner PHP Tutorial - 7 - The php.ini File
thenewboston
Download
8
Beginner PHP Tutorial - 8 - Indentation
thenewboston
Download
9
Beginner PHP Tutorial - 9 - echo
thenewboston
Download
10
Beginner PHP Tutorial - 10 - print
thenewboston
Download
11
Beginner PHP Tutorial - 11 - Output HTML Using echo/print
thenewboston
Download
12
Beginner PHP Tutorial - 12 - Embedding PHP Inside HTML
thenewboston
Download
13
Beginner PHP Tutorial - 13 - comments
thenewboston
Download
14
Beginner PHP Tutorial - 14 - Error Reporting
thenewboston
Download
15
Beginner PHP Tutorial - 15 - More on Error Reporting
thenewboston
Download
16
Beginner PHP Tutorial - 16 - Variables
thenewboston
Download
17
Beginner PHP Tutorial - 17 - Concatenation
thenewboston
Download
18
Beginner PHP Tutorial - 18 - if / if else Statement
thenewboston
Download
19
Beginner PHP Tutorial - 19 - if / else if Statement
thenewboston
Download
20
Beginner PHP Tutorial - 20 - Assignment Operators
thenewboston
Download
21
Beginner PHP Tutorial - 21 - Comparison Operators
thenewboston
Download
22
Beginner PHP Tutorial - 22 - Arithmetic Operators
thenewboston
Download
23
Beginner PHP Tutorial - 23 - Logical Operators
thenewboston
Download
24
Beginner PHP Tutorial - 24 - Triple Equals
thenewboston
Download
25
Beginner PHP Tutorial - 25 - while Loop
thenewboston
Download
26
Beginner PHP Tutorial - 26 - do while Loop
thenewboston
Download
27
Beginner PHP Tutorial - 27 - for Loop
thenewboston
Download
28
Beginner PHP Tutorial - 28 - switch Statement
thenewboston
Download
29
Beginner PHP Tutorial - 29 - die and exit Functions
thenewboston
Download
30
Beginner PHP Tutorial - 44 - Expression Matching
thenewboston
Download
31
Beginner PHP Tutorial - 30 - Basic Functions
thenewboston
Download
32
Beginner PHP Tutorial - 31 - Functions with Arguments
thenewboston
Download
33
Beginner PHP Tutorial - 32 - Functions with a Return Value
thenewboston
Download
34
Beginner PHP Tutorial - 33 - Global Variables and Functions
thenewboston
Download
35
Beginner PHP Tutorial - 34 - String Functions Part 1
thenewboston
Download
36
Beginner PHP Tutorial - 35 - String Functions Part 2
thenewboston
Download
37
Beginner PHP Tutorial - 36 - String Functions Part 3
thenewboston
Download
38
Beginner PHP Tutorial - 37 - String Functions Part 4
thenewboston
Download
39
Beginner PHP Tutorial - 38 - Introduction to Arrays
thenewboston
Download
40
Beginner PHP Tutorial - 39 - Associative Arrays
thenewboston
Download
41
Beginner PHP Tutorial - 40 - Multi-dimensional Arrays
thenewboston
Download
42
Beginner PHP Tutorial - 41 - for each Statement
thenewboston
Download
43
Beginner PHP Tutorial - 42 - include and require Functions
thenewboston
Download
44
Beginner PHP Tutorial - 43 - include_once and require_once
thenewboston
Download
45
Beginner PHP Tutorial - 45 - More on Expression Matching
thenewboston
Download
46
Beginner PHP Tutorial - 46 - String Functions: String Length
thenewboston
Download
47
Beginner PHP Tutorial - 47 - String Functions: Upper / Lower Case Conversion
thenewboston
Download
48
Beginner PHP Tutorial - 48 - String Functions: String Position Part 1
thenewboston
Download
49
Beginner PHP Tutorial - 49 - String Functions: String Position Part 2
thenewboston
Download
50
Beginner PHP Tutorial - 50 - String Functions: Replacing Part of a String
thenewboston
Download
51
Beginner PHP Tutorial - 51 - String Functions: Replacing Predefined Part of a String
thenewboston
Download
52
Beginner PHP Tutorial - 52 - Word Censoring Part 1
thenewboston
Download
53
Beginner PHP Tutorial - 53 - Word Censoring Part 2
thenewboston
Download
54
Beginner PHP Tutorial - 54 - Creating a Find and Replace Application Part 1
thenewboston
Download
55
Beginner PHP Tutorial - 55 - Creating a Find and Replace Application Part 2
thenewboston
Download
56
Beginner PHP Tutorial - 56 - Creating a Find and Replace Application Part 3
thenewboston
Download
57
Beginner PHP Tutorial - 57 - Creating a Find and Replace Application Part 4
thenewboston
Download
58
Beginner PHP Tutorial - 58 - timestamps
thenewboston
Download
59
Beginner PHP Tutorial - 59 - Modifying timestamps
thenewboston
Download
60
Beginner PHP Tutorial - 60 - Random Number Generation
thenewboston
Download
61
Beginner PHP Tutorial - 61 - $_SERVER Variables: Script Name
thenewboston
Download
62
Beginner PHP Tutorial - 62 - $_SERVER Variables: Host Name
thenewboston
Download
63
Beginner PHP Tutorial - 63 - Using the Header to Force Page Redirect
thenewboston
Download
64
Beginner PHP Tutorial - 64 - ob_start
thenewboston
Download
65
Beginner PHP Tutorial - 65 - Getting Visitors IP Address
thenewboston
Download
66
Beginner PHP Tutorial - 66 - Better Way to Get Visitors IP Address
thenewboston
Download
67
Beginner PHP Tutorial - 67 - Detecting a Visitors Browser Part 1
thenewboston
Download
68
Beginner PHP Tutorial - 68 - Detecting a Visitors Browser Part 2
thenewboston
Download
69
Beginner PHP Tutorial - 69 - Working with $_GET Variables
thenewboston
Download
70
Beginner PHP Tutorial - 70 - Working with $_POST Variables
thenewboston
Download
71
Beginner PHP Tutorial - 71 - Working with Form Data
thenewboston
Download
72
Beginner PHP Tutorial - 72 - Using htmlentities for Security
thenewboston
Download
73
Beginner PHP Tutorial - 73 - Setting PHP Sessions
thenewboston
Download
74
Beginner PHP Tutorial - 74 - Unsetting PHP Sessions
thenewboston
Download
75
Beginner PHP Tutorial - 75 - Creating Cookies with PHP
thenewboston
Download
76
Beginner PHP Tutorial - 76 - Deleting Cookies with PHP
thenewboston
Download
77
Beginner PHP Tutorial - 77 - File Handling: Writing to a File
thenewboston
Download
78
Beginner PHP Tutorial - 78 - File Handling: Reading a File
thenewboston
Download
79
Beginner PHP Tutorial - 79 - File Handling: Appending a File
thenewboston
Download
80
Beginner PHP Tutorial - 80 - The explode Function with File Handling Example
thenewboston
Download
81
Beginner PHP Tutorial - 81 - The implode Function with File Handling Example
thenewboston
Download
82
Beginner PHP Tutorial - 82 - File Handling: Listing Files Part 1
thenewboston
Download
83
Beginner PHP Tutorial - 83 - File Handling: Listing Files Part 2
thenewboston
Download
84
Beginner PHP Tutorial - 84 - File Handling: Checking if a File Exists
thenewboston
Download
85
Beginner PHP Tutorial - 85 - File Handling: Deleting and Renaming Files Part 1
thenewboston
Download
86
Beginner PHP Tutorial - 86 - File Handling: Deleting and Renaming Files Part 2
thenewboston
Download
87
Beginner PHP Tutorial - 87 - Uploading Files: The Basics
thenewboston
Download
88
Beginner PHP Tutorial - 88 - Uploading Files: The Basics Part 2
thenewboston
Download
89
Beginner PHP Tutorial - 89 - Uploading Files: Restricting File Size
thenewboston
Download
90
Beginner PHP Tutorial - 90 - Uploading Files: Restricting File Extensions Part 1
thenewboston
Download
91
Beginner PHP Tutorial - 91 - Uploading Files: Restricting File Extensions Part 2
thenewboston
Download
92
Beginner PHP Tutorial - 92 - Creating a non-unique Hit Counter
thenewboston
Download
93
Beginner PHP Tutorial - 93 - Creating a File Based Unique Hit Counter Part 1
thenewboston
Download
94
Beginner PHP Tutorial - 94 - Creating a File Based Unique Hit Counter Part 2
thenewboston
Download
95
Beginner PHP Tutorial - 95 - Creating a File Based Unique Hit Counter Part 3
thenewboston
Download
96
Beginner PHP Tutorial - 96 - MD5 Encryption Part 1
thenewboston
Download
97
Beginner PHP Tutorial - 97 - MD5 Encryption Part 2
thenewboston
Download
98
Beginner PHP Tutorial - 98 - Sending an Email Part 1
thenewboston
Download
99
Beginner PHP Tutorial - 99 - Sending an Email Part 2
thenewboston
Download
100
Beginner PHP Tutorial - 100 - Creating a Simple Contact Form Part 1
thenewboston
Download
101
Beginner PHP Tutorial - 101 - Creating a Simple Contact Form Part 2
thenewboston
Download
102
Beginner PHP Tutorial - 102 - Creating a Simple Contact Form Part 3
thenewboston
Download
103
Beginner PHP Tutorial - 103 - Creating a Simple Contact Form Part 4
thenewboston
Download
104
Beginner PHP Tutorial - 104 - An Introduction to XML
thenewboston
Download
105
Beginner PHP Tutorial - 105 - Reading a Simple XML File: Part 1
thenewboston
Download
106
Beginner PHP Tutorial - 106 - Reading a Simple XML File: Part 2
thenewboston
Download
107
Beginner PHP Tutorial - 107 - A YouTube XML Example
thenewboston
Download
108
Beginner PHP Tutorial - 108 - An Introduction to Databases
thenewboston
Download
109
Beginner PHP Tutorial - 109 - More About Databases
thenewboston
Download
110
Beginner PHP Tutorial - 110 - phpMyAdmin Part 1
thenewboston
Download
111
Beginner PHP Tutorial - 111 - phpMyAdmin Part 2
thenewboston
Download
112
Beginner PHP Tutorial - 112 - phpMyAdmin Part 3
thenewboston
Download
113
Beginner PHP Tutorial - 113 - Connecting to a Server and Database Part 1
thenewboston
Download
114
Beginner PHP Tutorial - 114 - Connecting to a Server and Database Part 2
thenewboston
Download
115
Beginner PHP Tutorial - 115 - SELECT Part 1
thenewboston
Download
116
Beginner PHP Tutorial - 116 - SELECT Part 2
thenewboston
Download
117
Beginner PHP Tutorial - 117 - SELECT Part 3
thenewboston
Download
118
Beginner PHP Tutorial - 118 - SELECT By Example Part 1
thenewboston
Download
119
Beginner PHP Tutorial - 119 - SELECT By Example Part 2
thenewboston
Download
120
Beginner PHP Tutorial - 120 - More Basic Querying Part 1
thenewboston
Download
121
Beginner PHP Tutorial - 121 - More Basic Querying Part 2
thenewboston
Download
122
Beginner PHP Tutorial - 122 - More Basic Querying Part 3
thenewboston
Download
123
Beginner PHP Tutorial - 123 - Creating a Database Hit Counter Part 1
thenewboston
Download
124
Beginner PHP Tutorial - 124 - Creating a Database Hit Counter Part 2
thenewboston
Download
125
Beginner PHP Tutorial - 125 - Creating a Database Hit Counter Part 3
thenewboston
Download
126
Beginner PHP Tutorial - 126 - Creating a Database Hit Counter Part 4
thenewboston
Download
127
Beginner PHP Tutorial - 127 - LEFT JOIN
thenewboston
Download
128
Beginner PHP Tutorial - 128 - RIGHT JOIN
thenewboston
Download
129
Beginner PHP Tutorial - 129 - JOIN
thenewboston
Download
130
Beginner PHP Tutorial - 130 - LIKE With a Search Engine Example Part 1
thenewboston
Download
131
Beginner PHP Tutorial - 131 - LIKE With a Search Engine Example Part 2
thenewboston
Download
132
Beginner PHP Tutorial - 132 - LIKE With a Search Engine Example Part 3
thenewboston
Download
133
Beginner PHP Tutorial - 133 - LIKE With a Search Engine Example Part 4
thenewboston
Download
134
Beginner PHP Tutorial - 134 - SELECT DISTINCT
thenewboston
Download
135
Beginner PHP Tutorial - 135 - Creating Tables
thenewboston
Download
136
Beginner PHP Tutorial - 136 - Logging the User In Part 1
thenewboston
Download
137
Beginner PHP Tutorial - 137 - Logging the User In Part 2
thenewboston
Download
138
Beginner PHP Tutorial - 138 - Logging the User In Part 3
thenewboston
Download
139
Beginner PHP Tutorial - 139 - Logging the User In Part 4
thenewboston
Download
140
Beginner PHP Tutorial - 140 - Logging the User Out
thenewboston
Download
141
Beginner PHP Tutorial - 141 - Getting User Data Part 1
thenewboston
Download
142
Beginner PHP Tutorial - 142 - Getting User Data Part 2
thenewboston
Download
143
Beginner PHP Tutorial - 143 - Protecting the User Against SQL Injection
thenewboston
Download
144
Beginner PHP Tutorial - 144 - Registration Form Part 1
thenewboston
Download
145
Beginner PHP Tutorial - 145 - Registration Form Part 2
thenewboston
Download
146
Beginner PHP Tutorial - 146 - Registration Form Part 3
thenewboston
Download
147
Beginner PHP Tutorial - 147 - Registration Form Part 4
thenewboston
Download
148
Beginner PHP Tutorial - 148 - More Validation Part 1
thenewboston
Download
149
Beginner PHP Tutorial - 149 - More Validation Part 2
thenewboston
Download
150
Beginner PHP Tutorial - 150 - More Validation Part 3
thenewboston
Download
151
Beginner PHP Tutorial - 151 - SQL Injection Part 1
thenewboston
Download
152
Beginner PHP Tutorial - 152 - SQL Injection Part 2
thenewboston
Download
153
Beginner PHP Tutorial - 153 - SQL Injection Part 3
thenewboston
Download
154
Beginner PHP Tutorial - 154 - SQL Injection Part 4
thenewboston
Download
155
Beginner PHP Tutorial - 155 - SQL Injection Part 5
thenewboston
Download
156
Beginner PHP Tutorial - 156 - Introduction to GD
thenewboston
Download
157
Beginner PHP Tutorial - 157 - Protecting Email with String to Image Part 1
thenewboston
Download
158
Beginner PHP Tutorial - 158 - Protecting Email with String to Image Part 2
thenewboston
Download
159
Beginner PHP Tutorial - 159 - Protecting Email with String to Image Part 3
thenewboston
Download
160
Beginner PHP Tutorial - 160 - Protecting Email with String to Image Part 4
thenewboston
Download
161
Beginner PHP Tutorial - 161 - Watermarking Images Part 1
thenewboston
Download
162
Beginner PHP Tutorial - 162 - Watermarking Images Part 2
thenewboston
Download
163
Beginner PHP Tutorial - 163 - Watermarking Images Part 3
thenewboston
Download
164
Beginner PHP Tutorial - 164 - Creating Captcha Image Security Part 1
thenewboston
Download
165
Beginner PHP Tutorial - 165 - Creating Captcha Image Security Part 2
thenewboston
Download
166
Beginner PHP Tutorial - 166 - Creating Captcha Image Security Part 3
thenewboston
Download
167
Beginner PHP Tutorial - 167 - Creating Captcha Image Security Part 4
thenewboston
Download
168
Beginner PHP Tutorial - 168 - Scaling Down Images to Thumbnails Part 1
thenewboston
Download
169
Beginner PHP Tutorial - 169 - Scaling Down Images to Thumbnails Part 2
thenewboston
Download
170
Beginner PHP Tutorial - 170 - Scaling Down Images to Thumbnails Part 3
thenewboston
Download
171
Beginner PHP Tutorial - 171 - Introduction to AJAX
thenewboston
Download
172
Beginner PHP Tutorial - 172 - Loading in file Contents to a DIV Part 1
thenewboston
Download
173
Beginner PHP Tutorial - 173 - Loading in file Contents to a DIV Part 2
thenewboston
Download
174
Beginner PHP Tutorial - 174 - Loading in file Contents to a DIV Part 3
thenewboston
Download
175
Beginner PHP Tutorial - 175 - Auto Suggest Application Part 1
thenewboston
Download
176
Beginner PHP Tutorial - 176 - Auto Suggest Application Part 2
thenewboston
Download
177
Beginner PHP Tutorial - 177 - Auto Suggest Application Part 3
thenewboston
Download
178
Beginner PHP Tutorial - 179 - Auto Suggest Application Part 5
thenewboston
Download
179
Beginner PHP Tutorial - 178 - Auto Suggest Application Part 4
thenewboston
Download
180
Beginner PHP Tutorial - 180 - POSTing Data Part 1
thenewboston
Download
181
Beginner PHP Tutorial - 181 - POSTing Data Part 2
thenewboston
Download
182
Beginner PHP Tutorial - 182 - POSTing Data Part 3
thenewboston
Download
183
Beginner PHP Tutorial - 183 - POSTing Data Part 4
thenewboston
Download
184
Beginner PHP Tutorial - 184 - POSTing Data Part 5
thenewboston
Download
185
Beginner PHP Tutorial - 185 - Throwing an Exception
thenewboston
Download
186
Beginner PHP Tutorial - 186 - try, throw, catch
thenewboston
Download
187
Beginner PHP Tutorial - 187 - Custom Exceptions
thenewboston
Download
188
Beginner PHP Tutorial - 188 - Custom Error Messages
thenewboston
Download
189
Beginner PHP Tutorial - 189 - Introduction to OOP
thenewboston
Download
190
Beginner PHP Tutorial - 190 - Classes, Properties, and Methods
thenewboston
Download
191
Beginner PHP Tutorial - 191 - Return a Property Value
thenewboston
Download
192
Beginner PHP Tutorial - 192 - Changing a Property Value
thenewboston
Download
193
Beginner PHP Tutorial - 193 - public, private, and protected
thenewboston
Download
194
Beginner PHP Tutorial - 194 - Constants
thenewboston
Download
195
Beginner PHP Tutorial - 195 - Class Constructor
thenewboston
Download
196
Beginner PHP Tutorial - 196 - Multiple Instances of Classes
thenewboston
Download
197
Beginner PHP Tutorial - 197 - extends Part 1
thenewboston
Download
198
Beginner PHP Tutorial - 198 - extends Part 2
thenewboston
Download
199
Beginner PHP Tutorial - 199 - Connecting to a Database the OOP Way
thenewboston
Download
200
Beginner PHP Tutorial - 200 - Final PHP Video!!!
thenewboston
Download