Общая информация
Название PHP For Complete Beginners
Тип
Размер 9.49Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
001 Introduction.mp4 4.53Мб
002 Local Development Environment and Software Install.mp4 59.02Мб
003 Course Exercise Files Video Quality.mp4 55.25Мб
004 Code Editor Installation Optional if you have one.mp4 17.91Мб
005 Embedding PHP in HTML.mp4 44.17Мб
006 Using Dynamic Data.mp4 33.98Мб
007 Inserting Comments in PHP.mp4 25.07Мб
008 Practice Section 1.mp4 15.36Мб
009 Variables in PHP.mp4 60.61Мб
010 Math.mp4 28.56Мб
011 Arrays.mp4 47.78Мб
012 Associative Arrays.mp4 46.45Мб
013 Practice Section 2.mp4 12.80Мб
014 if Statements.mp4 41.30Мб
015 Comparison and Logical Operators.mp4 25.27Мб
016 Switch Statements in PHP.mp4 34.69Мб
017 While Loop in PHP.mp4 39.62Мб
018 For Loop in PHP.mp4 29.32Мб
019 Foreach Loop in PHP.mp4 29.44Мб
020 Practice Section 3.mp4 21.36Мб
021 Defining functions.mp4 55.86Мб
022 Function Parameters.mp4 58.59Мб
023 Return Values From Functions.mp4 67.65Мб
024 Global Variable and Scope.mp4 26.40Мб
025 Constants.mp4 8.43Мб
026 Practice Section 4.mp4 20.18Мб
027 Math Functions.mp4 15.89Мб
028 String Functions.mp4 27.18Мб
029 Array Functions.mp4 24.82Мб
030 Practice Section 5.mp4 28.79Мб
031 Checking for Form Submission.mp4 40.30Мб
032 Extracting Information from form.mp4 17.18Мб
033 Validating The Form Values.mp4 38.92Мб
034 External Page Submission.mp4 22.23Мб
035 Practice Section 6.mp4 10.99Мб
036 Introduction to Databases.mp4 5.60Мб
037 Introduction to PHPmyadmin.mp4 26.00Мб
038 Creating a Database in PHPmyadmin.mp4 11.50Мб
039 Creating Tables and Inserting Data in PHPmyadmin.mp4 14.99Мб
040 Markup for Login Page.mp4 55.72Мб
041 Receiving Post Data From Check.mp4 26.89Мб
042 Connecting to the Database using PHP.mp4 18.53Мб
043 Creating Records into the database table with PHP.mp4 39.74Мб
044 Reading Information in the Database with PHP.mp4 31.17Мб
045 Creating the Update Records Form.mp4 41.72Мб
046 Fixing Name Attribute Value.mp4 8.29Мб
047 Query to Read Ids.mp4 52.13Мб
048 Query to Update Username and Password.mp4 51.91Мб
049 Refactoring The Update Query into a Function.mp4 28.50Мб
050 Delete Records From Database with PHP.mp4 52.05Мб
051 ReFactoring all Database Query Code into Functions.mp4 63.71Мб
052 Making All Files Modular and Refactoring.mp4 83.67Мб
053 Practice Section 7.mp4 58.20Мб
054 SQL Injection - How to Prevent it.mp4 33.25Мб
055 Password Encryption.mp4 84.96Мб
056 Practice Section 8.mp4 13.91Мб
057 Introduction to HTTP Requests and more.mp4 2.34Мб
058 Using The GET super Global.mp4 38.28Мб
059 using The POST super Global.mp4 20.43Мб
060 About Cookies in PHP.mp4 24.42Мб
061 Setting Cookies with PHP.mp4 49.35Мб
062 Reading Cookies in PHP.mp4 25.97Мб
063 How use Sessions in PHP.mp4 47.39Мб
064 Practice Section 9.mp4 48.31Мб
065 What are classes and objects Introduction.mp4 4.80Мб
066 What are classes and how to define them in PHP.mp4 29.75Мб
067 What are class methods and how to create them.mp4 19.48Мб
068 How to instantiate a class.mp4 24.86Мб
069 Adding Properties to Our Class.mp4 33.82Мб
070 Class inheretance.mp4 21.87Мб
071 Constructors.mp4 21.96Мб
072 Data Access.mp4 29.98Мб
073 Static Data in Classes.mp4 26.91Мб
074 Practice Section 10.mp4 25.10Мб
075 Opening and creating files.mp4 33.17Мб
076 Writing to files.mp4 12.17Мб
077 Reading files.mp4 11.65Мб
078 Deleting files.mp4 5.46Мб
079 Intro Tour of the CMS.mp4 96.10Мб
080 Turning On Some Important Features.mp4 35.59Мб
081 Adding our assets working structure.mp4 51.05Мб
082 Creating database and category table for the CMS.mp4 25.01Мб
083 Connecting to the database with PHP.mp4 29.82Мб
084 Making our files reuseable.mp4 94.63Мб
085 Inserting Data into Category Table and Displaying it.mp4 39.88Мб
086 Creating the posts table.mp4 33.02Мб
087 Post Comment Count Update Edwin from the future.mp4 17.66Мб
088 Inserting Data into the posts table and displaying it.mp4 89.10Мб
089 Inserting the post image and displaying it.mp4 39.56Мб
090 Creating a custom search engine part 1.mp4 30.50Мб
091 Creating a custom search engine part 2.mp4 42.17Мб
092 Creating a custom search engine part 3.mp4 55.24Мб
093 Adding Categories to the sidebar.mp4 54.35Мб
094 Creating reuseable code in the admin.mp4 97.73Мб
095 Creating the navigation links in admin.mp4 62.88Мб
096 Creating the admin category page part 1.mp4 30.10Мб
097 Creating the admin category page part 2.mp4 11.96Мб
098 Displaying data in category page.mp4 31.31Мб
099 Adding Categories.mp4 27.91Мб
100 Adding a special Function to our header file.mp4 4.79Мб
101 Deleting Categories.mp4 36.17Мб
102 Updating or Editing Categories part 1.mp4 28.39Мб
103 Updating or Editing Categories part 2.mp4 41.82Мб
104 Refactoring category code part 1.mp4 20.01Мб
105 Refactoring category code part 2.mp4 21.12Мб
106 Creating a HTML table in admin to display a list of posts.mp4 32.26Мб
107 Displaying posts list in admin.mp4 63.01Мб
108 Including Pages based on condition technique.mp4 27.26Мб
109 Creating Post HTML form in admin.mp4 54.80Мб
110 Inserting Post Data From admin.mp4 57.32Мб
111 Deleting Posts in admin.mp4 40.40Мб
112 Creating the HTML edit form post page.mp4 14.69Мб
113 Displaying the Edit Data in Post Edit Page.mp4 51.98Мб
114 Dynamic Category Editing Image Display.mp4 28.53Мб
115 Finally Updating Posts.mp4 78.00Мб
116 Relating Categories to posts and Displaying it.mp4 32.28Мб
117 Adding Category Dropdown to the Add Post Page.mp4 63.96Мб
118 Adding Individual Post Page and Link.mp4 57.54Мб
119 Creating the category page.mp4 35.18Мб
120 Setting up some links and making an excerpt.mp4 32.76Мб
121 Creating the comments table and inserting data.mp4 24.29Мб
122 Creating the comments page and HTML form in admin.mp4 11.30Мб
123 Creating the Query for displaying comments in admin part 1.mp4 53.60Мб
124 Creating the Query for displaying comments in admin part 2.mp4 22.46Мб
125 Inserting new fields in Front end comment form and testing it.mp4 43.84Мб
126 Creating the Frond End comment insert query.mp4 30.05Мб
127 Finishing the query to send comment data Front end.mp4 31.26Мб
128 Relating Comments to posts.mp4 42.81Мб
129 Deleting comments.mp4 18.64Мб
130 Approving and unapproving comments.mp4 30.93Мб
131 Displaying comments based on approval.mp4 44.88Мб
132 Increasing comments count.mp4 42.67Мб
133 Adjustments to visual for comments.mp4 13.79Мб
134 Adjustments for comments and Displaying Post Based on Status.mp4 41.25Мб
135 Creating the users table and data insert.mp4 22.73Мб
136 Creating users pages and links.mp4 25.24Мб
137 Modifying user table heading.mp4 17.27Мб
138 Creating the display query for users.mp4 31.90Мб
139 Displaying users in admin.mp4 20.17Мб
140 Adding users in admin part 1.mp4 34.00Мб
141 Adding users in admin part 2.mp4 44.93Мб
142 Adding users in admin part 3.mp4 31.72Мб
143 Adding users in admin part 4 and final.mp4 9.33Мб
144 Deleting users.mp4 13.50Мб
145 Changing user roles.mp4 25.02Мб
146 Setting Up the Edit User Page.mp4 30.55Мб
147 Displaying User Values in Edit Page.mp4 34.05Мб
148 Adding Select Options to User Role.mp4 11.90Мб
149 Updating User.mp4 42.16Мб
150 Creating the login form.mp4 38.47Мб
151 Making the login page.mp4 15.80Мб
152 Select User Query.mp4 30.10Мб
153 Validating User Query Front End.mp4 40.62Мб
154 Setting Values with Sessions.mp4 29.72Мб
155 Validating User Admin.mp4 40.23Мб
156 Logout Page Improved Validation.mp4 25.22Мб
157 Login improved- Edwin from the Future.mp4 19.04Мб
158 Creating the Profile Page.mp4 33.78Мб
159 Displaying User Data.mp4 30.90Мб
160 Updating User Data.mp4 23.51Мб
161 Adding Widgets.mp4 19.93Мб
162 Posts Dynamic Data in Widget.mp4 21.72Мб
163 Using Dynamic Data in all Widgets.mp4 23.06Мб
164 Adjusting Widget Links.mp4 36.60Мб
165 Adding an AWESOME Chart to admin.mp4 32.82Мб
166 Cleaning up the chart a little.mp4 28.46Мб
167 Displaying Dynamic Data in chart part 1.mp4 46.69Мб
168 Displaying Dynamic Data in chart part 2.mp4 43.35Мб
169 Adjusting post echo.mp4 9.96Мб
170 Removing Read More Button.mp4 16.06Мб
171 Adding Notification to Add User Page.mp4 11.95Мб
172 Adding Dynamic Category Selection for Edit Post Page.mp4 32.00Мб
173 Adding extra element to dashboard.mp4 20.87Мб
174 Adding the WYSIWYG Editor.mp4 58.35Мб
175 Adding Links to Post Images and Read More Button.mp4 20.11Мб
176 Adding Post Update Notification.mp4 43.71Мб
177 Adding Post Edit Link in Front End.mp4 40.46Мб
178 Adding Bulk Options Posts part 1.mp4 17.69Мб
179 Adding Bulk Options Posts part 2.mp4 30.44Мб
180 Adding Bulk Options Posts part 3.mp4 27.11Мб
181 Adding Bulk Options Posts part 4.mp4 37.63Мб
182 Adding Bulk Options Posts part 5.mp4 23.38Мб
183 Adding Bulk Options Posts part 6.mp4 25.78Мб
184 Adding Dropdown Option for Add Post Page.mp4 19.65Мб
185 Adding Post Creation Notice to Add Post Page.mp4 21.75Мб
186 Adding Link to Add New Button in Post Page.mp4 17.91Мб
187 Adding Link to View Posts from Admin.mp4 34.44Мб
188 Adding Dynamic Personalization to Admin.mp4 17.72Мб
189 Adding Validation to Comments in Post Page.mp4 39.58Мб
190 Downloading Placing Form Markup.mp4 16.04Мб
191 Testing Registration Form.mp4 12.35Мб
192 Extracting Form Values and Escaping.mp4 11.32Мб
193 Starting Query and Default Tables Values.mp4 47.56Мб
194 Fetching our Database for Default Values.mp4 32.80Мб
195 Validating Fields.mp4 32.94Мб
196 Encrypting User Passwords.mp4 19.53Мб
197 Updating Our CMS due to password Encryption.mp4 49.15Мб
198 User Page Display Shorter Password Field.mp4 48.16Мб
199 User Page Dropdown Default Value Change.mp4 9.54Мб
200 PHP and Javascript Confirm Before Action.mp4 27.53Мб
201 Get Your Certificate.mp4 15.49Мб
202 Wrapping this up IMPORTANT.mp4 6.28Мб
203 Make your Feature requests here.mp4 1.79Мб
204 Relating Posts to their Authors Part 1.mp4 25.12Мб
205 Relating Posts to their Authors Part 2.mp4 37.73Мб
206 Cloning Posts NEW feature - COOL STUFF.mp4 79.14Мб
207 Adding a LOADER to the CMS Admin.mp4 44.95Мб
208 Adding views functionality to posts.mp4 49.34Мб
209 Resetting Views Feature.mp4 50.22Мб
210 Pagination Intro and Part 1.mp4 55.54Мб
211 Pagination Intro and Part 2 - Links and Get Request.mp4 44.23Мб
212 Pagination Intro and Part 3 - Get Request Processing.mp4 37.82Мб
213 Pagination Intro and Part 4 - Assigning a variable to the per page value.mp4 51.00Мб
214 Pagination Intro and Part 5 - Adding Some Style to Current Page.mp4 35.65Мб
215 Creating the user online table and Setup.mp4 16.05Мб
216 Creating the PHP code and Queries.mp4 27.76Мб
217 Displaying Users Online.mp4 40.28Мб
218 Displaying Users Online in Navigation.mp4 23.67Мб
219 Instant Users Online count without refreshing part 1.mp4 37.46Мб
220 Instant Users Online count without refreshing part 2.mp4 69.96Мб
221 Explanation of new New function and Implementation.mp4 60.13Мб
222 Login in Users with new System.mp4 28.31Мб
223 Adding New System to Add Users in Admin.mp4 14.59Мб
224 Adding new password system to edit user page part 1.mp4 54.80Мб
225 Adding new password system to edit user page part 2.mp4 32.39Мб
226 Cleaning Up Edit User Page.mp4 33.23Мб
227 Comment count and amount display.mp4 28.46Мб
228 Creating a link in comment count and sending a GET Request.mp4 20.12Мб
229 Comments page to specific posts.mp4 67.34Мб
230 Deleting in the same page.mp4 37.58Мб
231 Part 1 - Add Page.mp4 30.02Мб
232 Part 2 - Insertion.mp4 55.76Мб
233 Part 3 - Fixing User Display Issue.mp4 56.72Мб
234 Part 4 - Edit Post Page Update.mp4 19.80Мб
235 Part 5 - Upgrading Front End.mp4 37.26Мб
236 URL and MySQL Injection Protection.mp4 27.72Мб
237 WARNING BEFORE GOING ONLINE - Edwin from the future.mp4 36.31Мб
238 Hosting Setup.mp4 56.95Мб
239 Displaying errors online.mp4 29.36Мб
240 Uploading files.mp4 27.51Мб
241 Creating the Online Database.mp4 55.73Мб
242 Importing database.mp4 24.33Мб
243 Fixing access to application.mp4 37.97Мб
244 Getting the right PHP online version FIXED.mp4 20.57Мб
245 Creating a contact page.mp4 52.72Мб
246 Uploading Contact page.mp4 31.63Мб
247 Sending emails.mp4 48.39Мб
248 Modifying Email Headers.mp4 17.98Мб
249 Intro.mp4 12.46Мб
250 Creating the markup.mp4 129.58Мб
251 Writing the code.mp4 96.73Мб
252 Intro.mp4 21.30Мб
253 No posts feature home page.mp4 68.77Мб
254 No categories feature.mp4 32.80Мб
255 Dont show draft to visitors but everything to admin.mp4 111.59Мб
256 Applying functionality to mayor pages.mp4 43.26Мб
257 Active navigation links.mp4 53.27Мб
258 Login form visibility when logged in or logged out.mp4 35.88Мб
259 Duplicate category improvement.mp4 42.50Мб
260 Fixing bug in our edit post javascript editor.mp4 19.67Мб
261 Cloning empty fields and table shifting fix.mp4 33.59Мб
262 Refactoring index in admin part 1.mp4 75.93Мб
263 Refactoring index in admin part 2.mp4 82.55Мб
264 Refactoring our view all posts by JOINING TABLES part 1.mp4 85.90Мб
265 Refactoring our view all posts by JOINING TABLES part 2.mp4 52.27Мб
266 Create a better admin detection feature.mp4 24.64Мб
267 Duplicate username function.mp4 24.79Мб
268 Duplicate email function.mp4 29.70Мб
269 Validation for registration.mp4 18.12Мб
270 Setting up our Login user function.mp4 26.79Мб
271 Adding some user friendly code.mp4 14.64Мб
272 Displaying inline errors in form.mp4 13.56Мб
273 Registering users with the new function.mp4 19.21Мб
274 Login users with the new function.mp4 13.06Мб
275 Deleting via POST.mp4 24.78Мб
276 Fetching posts in the category page using prepared statements part 1.mp4 19.44Мб
277 Fetching posts in the category page using prepared statements part 2.mp4 23.29Мб
278 Fetching posts in the category page using prepared statements part 3.mp4 18.95Мб
279 Inserting categories with prepare statements.mp4 12.01Мб
280 Updating categories with prepare statements.mp4 13.24Мб
281 Closing statements.mp4 8.78Мб
Admin-Widgets-Html.zip 575б
Assets.zip 56.05Кб
cms.zip 3.26Мб
CMS-TEMPLATE.zip 943.76Кб
Course-Exercise-Files.zip 163.35Кб
exercise-files.zip 276.59Кб
Images.zip 154.32Кб
Registration-Php.zip 684б
Статистика распространения по странам
Россия (RU) 3
США (US) 3
Бангладеш (BD) 1
Южная Корея (KR) 1
Португалия (PT) 1
Франция (FR) 1
Всего 10
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент