|
Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
| 001 Introduction.mp4 |
4.64MB |
| 002 Local Development Environment and Software Install.mp4 |
59.24MB |
| 003 Course Exercise Files Video Quality.mp4 |
55.53MB |
| 004 Code Editor Installation Optional if you have one.mp4 |
18.01MB |
| 005 Embedding PHP in HTML.mp4 |
44.65MB |
| 006 Using Dynamic Data.mp4 |
34.35MB |
| 007 Inserting Comments in PHP.mp4 |
25.30MB |
| 008 Practice Section 1.mp4 |
15.54MB |
| 009 Variables in PHP.mp4 |
61.09MB |
| 010 Math.mp4 |
28.84MB |
| 011 Arrays.mp4 |
48.16MB |
| 012 Associative Arrays.mp4 |
46.94MB |
| 013 Practice Section 2.mp4 |
12.97MB |
| 014 if Statements.mp4 |
41.62MB |
| 015 Comparison and Logical Operators.mp4 |
25.59MB |
| 016 Switch Statements in PHP.mp4 |
35.04MB |
| 017 While Loop in PHP.mp4 |
40.03MB |
| 018 For Loop in PHP.mp4 |
29.58MB |
| 019 Foreach Loop in PHP.mp4 |
29.69MB |
| 020 Practice Section 3.mp4 |
21.65MB |
| 021 Defining functions.mp4 |
56.25MB |
| 022 Function Parameters.mp4 |
59.06MB |
| 023 Return Values From Functions.mp4 |
68.14MB |
| 024 Global Variable and Scope.mp4 |
26.61MB |
| 025 Constants.mp4 |
8.56MB |
| 026 Practice Section 4.mp4 |
20.46MB |
| 027 Math Functions.mp4 |
16.06MB |
| 028 String Functions.mp4 |
27.36MB |
| 029 Array Functions.mp4 |
24.97MB |
| 030 Practice Section 5.mp4 |
29.14MB |
| 031 Checking for Form Submission.mp4 |
40.70MB |
| 032 Extracting Information from form.mp4 |
17.42MB |
| 033 Validating The Form Values.mp4 |
39.35MB |
| 034 External Page Submission.mp4 |
22.44MB |
| 035 Practice Section 6.mp4 |
11.14MB |
| 036 Introduction to Databases.mp4 |
5.69MB |
| 037 Introduction to PHPmyadmin.mp4 |
26.18MB |
| 038 Creating a Database in PHPmyadmin.mp4 |
11.60MB |
| 039 Creating Tables and Inserting Data in PHPmyadmin.mp4 |
15.14MB |
| 040 Markup for Login Page.mp4 |
56.13MB |
| 041 Receiving Post Data From Check.mp4 |
27.13MB |
| 042 Connecting to the Database using PHP.mp4 |
18.79MB |
| 043 Creating Records into the database table with PHP.mp4 |
40.13MB |
| 044 Reading Information in the Database with PHP.mp4 |
31.51MB |
| 045 Creating the Update Records Form.mp4 |
42.08MB |
| 046 Fixing Name Attribute Value.mp4 |
8.35MB |
| 047 Query to Read Ids.mp4 |
52.62MB |
| 048 Query to Update Username and Password.mp4 |
52.48MB |
| 049 Refactoring The Update Query into a Function.mp4 |
28.68MB |
| 050 Delete Records From Database with PHP.mp4 |
52.43MB |
| 051 ReFactoring all Database Query Code into Functions.mp4 |
64.19MB |
| 052 Making All Files Modular and Refactoring.mp4 |
84.28MB |
| 053 Practice Section 7.mp4 |
58.82MB |
| 054 SQL Injection - How to Prevent it.mp4 |
33.55MB |
| 055 Password Encryption.mp4 |
85.43MB |
| 056 Practice Section 8.mp4 |
14.11MB |
| 057 Introduction to HTTP Requests and more.mp4 |
2.40MB |
| 058 Using The GET super Global.mp4 |
38.63MB |
| 059 using The POST super Global.mp4 |
20.61MB |
| 060 About Cookies in PHP.mp4 |
24.60MB |
| 061 Setting Cookies with PHP.mp4 |
49.72MB |
| 062 Reading Cookies in PHP.mp4 |
26.25MB |
| 063 How use Sessions in PHP.mp4 |
47.71MB |
| 064 Practice Section 9.mp4 |
48.86MB |
| 065 What are classes and objects Introduction.mp4 |
4.92MB |
| 066 What are classes and how to define them in PHP.mp4 |
29.91MB |
| 067 What are class methods and how to create them.mp4 |
19.72MB |
| 068 How to instantiate a class.mp4 |
25.13MB |
| 069 Adding Properties to Our Class.mp4 |
34.24MB |
| 070 Class inheretance.mp4 |
22.16MB |
| 071 Constructors.mp4 |
22.12MB |
| 072 Data Access.mp4 |
30.26MB |
| 073 Static Data in Classes.mp4 |
27.15MB |
| 074 Practice Section 10.mp4 |
25.45MB |
| 075 Opening and creating files.mp4 |
33.42MB |
| 076 Writing to files.mp4 |
12.33MB |
| 077 Reading files.mp4 |
11.79MB |
| 078 Deleting files.mp4 |
5.55MB |
| 079 Intro Tour of the CMS.mp4 |
96.79MB |
| 080 Turning On Some Important Features.mp4 |
35.79MB |
| 081 Adding our assets working structure.mp4 |
51.34MB |
| 082 Creating database and category table for the CMS.mp4 |
25.16MB |
| 083 Connecting to the database with PHP.mp4 |
30.25MB |
| 084 Making our files reuseable.mp4 |
95.12MB |
| 085 Inserting Data into Category Table and Displaying it.mp4 |
40.26MB |
| 086 Creating the posts table.mp4 |
33.29MB |
| 087 Post Comment Count Update Edwin from the future.mp4 |
17.72MB |
| 088 Inserting Data into the posts table and displaying it.mp4 |
89.77MB |
| 089 Inserting the post image and displaying it.mp4 |
39.79MB |
| 090 Creating a custom search engine part 1.mp4 |
30.76MB |
| 091 Creating a custom search engine part 2.mp4 |
42.55MB |
| 092 Creating a custom search engine part 3.mp4 |
55.58MB |
| 093 Adding Categories to the sidebar.mp4 |
54.73MB |
| 094 Creating reuseable code in the admin.mp4 |
98.27MB |
| 095 Creating the navigation links in admin.mp4 |
63.31MB |
| 096 Creating the admin category page part 1.mp4 |
30.46MB |
| 097 Creating the admin category page part 2.mp4 |
12.14MB |
| 098 Displaying data in category page.mp4 |
31.58MB |
| 099 Adding Categories.mp4 |
28.29MB |
| 100 Adding a special Function to our header file.mp4 |
4.88MB |
| 101 Deleting Categories.mp4 |
36.57MB |
| 102 Updating or Editing Categories part 1.mp4 |
28.70MB |
| 103 Updating or Editing Categories part 2.mp4 |
42.20MB |
| 104 Refactoring category code part 1.mp4 |
20.22MB |
| 105 Refactoring category code part 2.mp4 |
21.31MB |
| 106 Creating a HTML table in admin to display a list of posts.mp4 |
32.59MB |
| 107 Displaying posts list in admin.mp4 |
63.50MB |
| 108 Including Pages based on condition technique.mp4 |
27.56MB |
| 109 Creating Post HTML form in admin.mp4 |
55.30MB |
| 110 Inserting Post Data From admin.mp4 |
57.83MB |
| 111 Deleting Posts in admin.mp4 |
40.76MB |
| 112 Creating the HTML edit form post page.mp4 |
14.81MB |
| 113 Displaying the Edit Data in Post Edit Page.mp4 |
52.41MB |
| 114 Dynamic Category Editing Image Display.mp4 |
28.81MB |
| 115 Finally Updating Posts.mp4 |
78.69MB |
| 116 Relating Categories to posts and Displaying it.mp4 |
32.52MB |
| 117 Adding Category Dropdown to the Add Post Page.mp4 |
64.37MB |
| 118 Adding Individual Post Page and Link.mp4 |
57.91MB |
| 119 Creating the category page.mp4 |
35.40MB |
| 120 Setting up some links and making an excerpt.mp4 |
32.93MB |
| 121 Creating the comments table and inserting data.mp4 |
24.48MB |
| 122 Creating the comments page and HTML form in admin.mp4 |
11.40MB |
| 123 Creating the Query for displaying comments in admin part 1.mp4 |
53.96MB |
| 124 Creating the Query for displaying comments in admin part 2.mp4 |
22.62MB |
| 125 Inserting new fields in Front end comment form and testing it.mp4 |
44.18MB |
| 126 Creating the Frond End comment insert query.mp4 |
30.33MB |
| 127 Finishing the query to send comment data Front end.mp4 |
31.51MB |
| 128 Relating Comments to posts.mp4 |
43.19MB |
| 129 Deleting comments.mp4 |
18.80MB |
| 130 Approving and unapproving comments.mp4 |
31.19MB |
| 131 Displaying comments based on approval.mp4 |
45.18MB |
| 132 Increasing comments count.mp4 |
42.99MB |
| 133 Adjustments to visual for comments.mp4 |
13.93MB |
| 134 Adjustments for comments and Displaying Post Based on Status.mp4 |
41.56MB |
| 135 Creating the users table and data insert.mp4 |
22.95MB |
| 136 Creating users pages and links.mp4 |
25.45MB |
| 137 Modifying user table heading.mp4 |
17.38MB |
| 138 Creating the display query for users.mp4 |
32.07MB |
| 139 Displaying users in admin.mp4 |
20.29MB |
| 140 Adding users in admin part 1.mp4 |
34.18MB |
| 141 Adding users in admin part 2.mp4 |
45.25MB |
| 142 Adding users in admin part 3.mp4 |
31.94MB |
| 143 Adding users in admin part 4 and final.mp4 |
9.43MB |
| 144 Deleting users.mp4 |
13.61MB |
| 145 Changing user roles.mp4 |
25.25MB |
| 146 Setting Up the Edit User Page.mp4 |
30.82MB |
| 147 Displaying User Values in Edit Page.mp4 |
34.31MB |
| 148 Adding Select Options to User Role.mp4 |
12.04MB |
| 149 Updating User.mp4 |
42.46MB |
| 150 Creating the login form.mp4 |
38.83MB |
| 151 Making the login page.mp4 |
15.98MB |
| 152 Select User Query.mp4 |
30.44MB |
| 153 Validating User Query Front End.mp4 |
41.00MB |
| 154 Setting Values with Sessions.mp4 |
30.04MB |
| 155 Validating User Admin.mp4 |
40.60MB |
| 156 Logout Page Improved Validation.mp4 |
25.53MB |
| 157 Login improved- Edwin from the Future.mp4 |
19.15MB |
| 158 Creating the Profile Page.mp4 |
34.11MB |
| 159 Displaying User Data.mp4 |
31.20MB |
| 160 Updating User Data.mp4 |
23.71MB |
| 161 Adding Widgets.mp4 |
20.08MB |
| 162 Posts Dynamic Data in Widget.mp4 |
21.92MB |
| 163 Using Dynamic Data in all Widgets.mp4 |
23.24MB |
| 164 Adjusting Widget Links.mp4 |
36.90MB |
| 165 Adding an AWESOME Chart to admin.mp4 |
33.02MB |
| 166 Cleaning up the chart a little.mp4 |
28.70MB |
| 167 Displaying Dynamic Data in chart part 1.mp4 |
47.23MB |
| 168 Displaying Dynamic Data in chart part 2.mp4 |
43.72MB |
| 169 Adjusting post echo.mp4 |
10.02MB |
| 170 Removing Read More Button.mp4 |
16.15MB |
| 171 Adding Notification to Add User Page.mp4 |
12.08MB |
| 172 Adding Dynamic Category Selection for Edit Post Page.mp4 |
32.32MB |
| 173 Adding extra element to dashboard.mp4 |
21.07MB |
| 174 Adding the WYSIWYG Editor.mp4 |
58.74MB |
| 175 Adding Links to Post Images and Read More Button.mp4 |
20.25MB |
| 176 Adding Post Update Notification.mp4 |
44.05MB |
| 177 Adding Post Edit Link in Front End.mp4 |
40.86MB |
| 178 Adding Bulk Options Posts part 1.mp4 |
17.86MB |
| 179 Adding Bulk Options Posts part 2.mp4 |
30.72MB |
| 180 Adding Bulk Options Posts part 3.mp4 |
27.39MB |
| 181 Adding Bulk Options Posts part 4.mp4 |
38.05MB |
| 182 Adding Bulk Options Posts part 5.mp4 |
23.63MB |
| 183 Adding Bulk Options Posts part 6.mp4 |
26.03MB |
| 184 Adding Dropdown Option for Add Post Page.mp4 |
19.85MB |
| 185 Adding Post Creation Notice to Add Post Page.mp4 |
21.91MB |
| 186 Adding Link to Add New Button in Post Page.mp4 |
18.05MB |
| 187 Adding Link to View Posts from Admin.mp4 |
34.67MB |
| 188 Adding Dynamic Personalization to Admin.mp4 |
17.92MB |
| 189 Adding Validation to Comments in Post Page.mp4 |
39.88MB |
| 190 Downloading Placing Form Markup.mp4 |
16.16MB |
| 191 Testing Registration Form.mp4 |
12.47MB |
| 192 Extracting Form Values and Escaping.mp4 |
11.46MB |
| 193 Starting Query and Default Tables Values.mp4 |
47.81MB |
| 194 Fetching our Database for Default Values.mp4 |
33.01MB |
| 195 Validating Fields.mp4 |
33.24MB |
| 196 Encrypting User Passwords.mp4 |
19.67MB |
| 197 Updating Our CMS due to password Encryption.mp4 |
49.53MB |
| 198 User Page Display Shorter Password Field.mp4 |
48.49MB |
| 199 User Page Dropdown Default Value Change.mp4 |
9.61MB |
| 200 PHP and Javascript Confirm Before Action.mp4 |
27.72MB |
| 201 Get Your Certificate.mp4 |
15.55MB |
| 202 Wrapping this up IMPORTANT.mp4 |
6.39MB |
| 203 Make your Feature requests here.mp4 |
1.83MB |
| 204 Relating Posts to their Authors Part 1.mp4 |
25.27MB |
| 205 Relating Posts to their Authors Part 2.mp4 |
37.93MB |
| 206 Cloning Posts NEW feature - COOL STUFF.mp4 |
79.47MB |
| 207 Adding a LOADER to the CMS Admin.mp4 |
45.23MB |
| 208 Adding views functionality to posts.mp4 |
49.61MB |
| 209 Resetting Views Feature.mp4 |
50.48MB |
| 210 Pagination Intro and Part 1.mp4 |
55.76MB |
| 211 Pagination Intro and Part 2 - Links and Get Request.mp4 |
44.50MB |
| 212 Pagination Intro and Part 3 - Get Request Processing.mp4 |
38.04MB |
| 213 Pagination Intro and Part 4 - Assigning a variable to the per page value.mp4 |
51.26MB |
| 214 Pagination Intro and Part 5 - Adding Some Style to Current Page.mp4 |
35.86MB |
| 215 Creating the user online table and Setup.mp4 |
16.19MB |
| 216 Creating the PHP code and Queries.mp4 |
28.01MB |
| 217 Displaying Users Online.mp4 |
40.58MB |
| 218 Displaying Users Online in Navigation.mp4 |
23.84MB |
| 219 Instant Users Online count without refreshing part 1.mp4 |
37.72MB |
| 220 Instant Users Online count without refreshing part 2.mp4 |
70.31MB |
| 221 Explanation of new New function and Implementation.mp4 |
60.56MB |
| 222 Login in Users with new System.mp4 |
28.51MB |
| 223 Adding New System to Add Users in Admin.mp4 |
14.72MB |
| 224 Adding new password system to edit user page part 1.mp4 |
55.05MB |
| 225 Adding new password system to edit user page part 2.mp4 |
32.54MB |
| 226 Cleaning Up Edit User Page.mp4 |
33.37MB |
| 227 Comment count and amount display.mp4 |
28.65MB |
| 228 Creating a link in comment count and sending a GET Request.mp4 |
20.24MB |
| 229 Comments page to specific posts.mp4 |
67.70MB |
| 230 Deleting in the same page.mp4 |
37.81MB |
| 231 Part 1 - Add Page.mp4 |
30.24MB |
| 232 Part 2 - Insertion.mp4 |
56.12MB |
| 233 Part 3 - Fixing User Display Issue.mp4 |
57.02MB |
| 234 Part 4 - Edit Post Page Update.mp4 |
19.94MB |
| 235 Part 5 - Upgrading Front End.mp4 |
37.49MB |
| 236 URL and MySQL Injection Protection.mp4 |
27.97MB |
| 237 WARNING BEFORE GOING ONLINE - Edwin from the future.mp4 |
36.50MB |
| 238 Hosting Setup.mp4 |
57.18MB |
| 239 Displaying errors online.mp4 |
29.49MB |
| 240 Uploading files.mp4 |
27.65MB |
| 241 Creating the Online Database.mp4 |
56.06MB |
| 242 Importing database.mp4 |
24.46MB |
| 243 Fixing access to application.mp4 |
38.16MB |
| 244 Getting the right PHP online version FIXED.mp4 |
20.69MB |
| 245 Creating a contact page.mp4 |
52.99MB |
| 246 Uploading Contact page.mp4 |
31.81MB |
| 247 Sending emails.mp4 |
48.73MB |
| 248 Modifying Email Headers.mp4 |
18.10MB |
| 249 Intro.mp4 |
12.51MB |
| 250 Creating the markup.mp4 |
130.02MB |
| 251 Writing the code.mp4 |
97.06MB |
| 252 Intro.mp4 |
21.40MB |
| 253 No posts feature home page.mp4 |
68.99MB |
| 254 No categories feature.mp4 |
32.93MB |
| 255 Dont show draft to visitors but everything to admin.mp4 |
111.96MB |
| 256 Applying functionality to mayor pages.mp4 |
43.40MB |
| 257 Active navigation links.mp4 |
53.59MB |
| 258 Login form visibility when logged in or logged out.mp4 |
36.10MB |
| 259 Duplicate category improvement.mp4 |
42.66MB |
| 260 Fixing bug in our edit post javascript editor.mp4 |
19.81MB |
| 261 Cloning empty fields and table shifting fix.mp4 |
33.75MB |
| 262 Refactoring index in admin part 1.mp4 |
76.27MB |
| 263 Refactoring index in admin part 2.mp4 |
83.01MB |
| 264 Refactoring our view all posts by JOINING TABLES part 1.mp4 |
86.31MB |
| 265 Refactoring our view all posts by JOINING TABLES part 2.mp4 |
52.50MB |
| 266 Create a better admin detection feature.mp4 |
24.91MB |
| 267 Duplicate username function.mp4 |
25.03MB |
| 268 Duplicate email function.mp4 |
29.95MB |
| 269 Validation for registration.mp4 |
18.34MB |
| 270 Setting up our Login user function.mp4 |
27.03MB |
| 271 Adding some user friendly code.mp4 |
14.82MB |
| 272 Displaying inline errors in form.mp4 |
13.69MB |
| 273 Registering users with the new function.mp4 |
19.39MB |
| 274 Login users with the new function.mp4 |
13.21MB |
| 275 Deleting via POST.mp4 |
25.02MB |
| 276 Fetching posts in the category page using prepared statements part 1.mp4 |
19.66MB |
| 277 Fetching posts in the category page using prepared statements part 2.mp4 |
23.56MB |
| 278 Fetching posts in the category page using prepared statements part 3.mp4 |
19.09MB |
| 279 Inserting categories with prepare statements.mp4 |
12.15MB |
| 280 Updating categories with prepare statements.mp4 |
13.39MB |
| 281 Closing statements.mp4 |
8.86MB |
| Admin-Widgets-Html.zip |
575B |
| Assets.zip |
56.05KB |
| cms.zip |
3.26MB |
| CMS-TEMPLATE.zip |
943.76KB |
| Course-Exercise-Files.zip |
163.35KB |
| exercise-files.zip |
276.59KB |
| Images.zip |
154.32KB |
| Registration-Php.zip |
684B |
| Torrent Downloaded From Katcr.co - Kickasstorrents.txt |
52B |