首页 磁力链接怎么用

[FreeTutorials.Us] Udemy - learn-php-programming-from-scratch

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2019-4-29 18:45 2024-5-29 16:27 108 6.13 GB 376
二维码链接
[FreeTutorials.Us] Udemy - learn-php-programming-from-scratch的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Getting Started/001 Introduction to the Course.mp4448.36KB
  2. 01 Getting Started/002 What Is PHP_.mp438.77MB
  3. 01 Getting Started/003 What Is PHP Used For_.mp417.82MB
  4. 02 Learn the Basics of PHP Programming/004 Commenting Code.mp43.1MB
  5. 02 Learn the Basics of PHP Programming/005 Setting Up A Web Server.mp429.68MB
  6. 02 Learn the Basics of PHP Programming/006 Echo_Print.mp44.71MB
  7. 02 Learn the Basics of PHP Programming/007 Variables.mp46.96MB
  8. 02 Learn the Basics of PHP Programming/008 If Statements.mp47.99MB
  9. 02 Learn the Basics of PHP Programming/009 Arithmetic Operators.mp46.43MB
  10. 02 Learn the Basics of PHP Programming/010 Comparison Operators.mp48.68MB
  11. 02 Learn the Basics of PHP Programming/011 Triple Equals.mp43.58MB
  12. 02 Learn the Basics of PHP Programming/012 Logical Operators.mp49.61MB
  13. 02 Learn the Basics of PHP Programming/013 Switch Statement.mp48.43MB
  14. 02 Learn the Basics of PHP Programming/014 Arrays.mp48.24MB
  15. 02 Learn the Basics of PHP Programming/015 Multi-dimensional Arrays.mp47.1MB
  16. 02 Learn the Basics of PHP Programming/016 While Loop.mp45.31MB
  17. 02 Learn the Basics of PHP Programming/017 Do While Loop.mp44.26MB
  18. 02 Learn the Basics of PHP Programming/018 For Loops.mp44.74MB
  19. 02 Learn the Basics of PHP Programming/019 Foreach.mp46.58MB
  20. 02 Learn the Basics of PHP Programming/020 Functions.mp48.29MB
  21. 02 Learn the Basics of PHP Programming/021 Functions with Undefined Parameters.mp416.65MB
  22. 02 Learn the Basics of PHP Programming/022 Formatting Numbers.mp45.73MB
  23. 02 Learn the Basics of PHP Programming/023 $_GET.mp413.34MB
  24. 02 Learn the Basics of PHP Programming/024 $_POST.mp48.12MB
  25. 02 Learn the Basics of PHP Programming/025 Embedding PHP within HTML.mp410.92MB
  26. 02 Learn the Basics of PHP Programming/026 A better way to display HTML.mp45.32MB
  27. 02 Learn the Basics of PHP Programming/027 Arrays (Part 1_2).mp413.6MB
  28. 02 Learn the Basics of PHP Programming/028 Arrays (Part 2_2).mp423.08MB
  29. 02 Learn the Basics of PHP Programming/029 Cookies (Part 1).mp49.53MB
  30. 02 Learn the Basics of PHP Programming/030 Cookies (Part 2).mp44.92MB
  31. 02 Learn the Basics of PHP Programming/031 Checkboxes.mp46.15MB
  32. 02 Learn the Basics of PHP Programming/032 Radio Buttons.mp47.14MB
  33. 03 Intermediate PHP/033 Sessions.mp48.05MB
  34. 03 Intermediate PHP/034 Explode (String to Array).mp412.96MB
  35. 03 Intermediate PHP/035 Implode (Array to String).mp421.77MB
  36. 03 Intermediate PHP/036 Ternary Operator (Inline IF statement).mp45.22MB
  37. 03 Intermediate PHP/037 Quickly Return True or False.mp42.16MB
  38. 03 Intermediate PHP/038 Splitting A String By Spaces (Whitespace).mp46.04MB
  39. 03 Intermediate PHP/039 Generate a Random Number.mp44.55MB
  40. 04 PHP Data Objects (PDO)/040 Introduction.mp411.36MB
  41. 04 PHP Data Objects (PDO)/041 Listing available drivers.mp47.6MB
  42. 04 PHP Data Objects (PDO)/042 Setting up database.mp46.47MB
  43. 04 PHP Data Objects (PDO)/043 Connecting.mp410.93MB
  44. 04 PHP Data Objects (PDO)/044 Error levels.mp49.54MB
  45. 04 PHP Data Objects (PDO)/045 Basic query.mp47.64MB
  46. 04 PHP Data Objects (PDO)/046 Fetching results.mp414.55MB
  47. 04 PHP Data Objects (PDO)/047 Looping.mp413.43MB
  48. 04 PHP Data Objects (PDO)/048 Fetch all.mp412.92MB
  49. 04 PHP Data Objects (PDO)/049 Fetch as object.mp419.41MB
  50. 04 PHP Data Objects (PDO)/050 Row count.mp416.08MB
  51. 04 PHP Data Objects (PDO)/051 Project - user class dates.mp439.49MB
  52. 04 PHP Data Objects (PDO)/052 Escaping.mp413.91MB
  53. 04 PHP Data Objects (PDO)/053 Prepared statements.mp411.79MB
  54. 04 PHP Data Objects (PDO)/054 Inserting.mp422.32MB
  55. 04 PHP Data Objects (PDO)/055 Last inserted id.mp411.58MB
  56. 05 PHP and MySQLi Database Integration/056 Introduction.mp422.79MB
  57. 05 PHP and MySQLi Database Integration/057 Conecting to a database.mp415.39MB
  58. 05 PHP and MySQLi Database Integration/058 Connecting using php.mp417.46MB
  59. 05 PHP and MySQLi Database Integration/059 Creating database table.mp48.55MB
  60. 05 PHP and MySQLi Database Integration/060 Pulling single record.mp46.91MB
  61. 05 PHP and MySQLi Database Integration/061 Pulling multiple records.mp422.06MB
  62. 05 PHP and MySQLi Database Integration/062 Different result types.mp410.78MB
  63. 05 PHP and MySQLi Database Integration/063 Counting results.mp421.98MB
  64. 05 PHP and MySQLi Database Integration/064 Updating and affected rows.mp410.26MB
  65. 05 PHP and MySQLi Database Integration/065 Escaping.mp438.48MB
  66. 05 PHP and MySQLi Database Integration/066 Prepared statements for inserting.mp423.92MB
  67. 05 PHP and MySQLi Database Integration/067 Selecting prepared statements.mp411.53MB
  68. 05 PHP and MySQLi Database Integration/068 Free result.mp46.87MB
  69. 05 PHP and MySQLi Database Integration/069 Closing db connection.mp43.45MB
  70. 06 Working with Laravel 4/070 Introduction to Our Project.mp411.68MB
  71. 06 Working with Laravel 4/071 Installing Laravel.mp41.79MB
  72. 06 Working with Laravel 4/072 The Database.mp416.47MB
  73. 06 Working with Laravel 4/073 Creating the Home Page.mp431.04MB
  74. 06 Working with Laravel 4/074 Templating.mp421.96MB
  75. 06 Working with Laravel 4/075 PDO and SMTP E-mail.mp447.01MB
  76. 06 Working with Laravel 4/076 Creating Accounts Part 1.mp456.2MB
  77. 06 Working with Laravel 4/077 Creating Accounts Part 2.mp499.18MB
  78. 06 Working with Laravel 4/078 E-mail Activation.mp476.85MB
  79. 06 Working with Laravel 4/079 Signing In.mp469.34MB
  80. 06 Working with Laravel 4/080 Signing Out.mp424.04MB
  81. 06 Working with Laravel 4/081 Remember Me.mp415.75MB
  82. 06 Working with Laravel 4/082 Changing Passwords.mp478.86MB
  83. 06 Working with Laravel 4/083 User Profiles.mp422.39MB
  84. 06 Working with Laravel 4/084 Account Recovery.mp4137.1MB
  85. 06 Working with Laravel 4/085 Migrations.mp425.85MB
  86. 07 Common PHP Errors/086 Changing Maximum File Upload Size.mp417.27MB
  87. 07 Common PHP Errors/087 Cannot Modify Header Information.mp43.11MB
  88. 07 Common PHP Errors/088 Undefined Index.mp46.89MB
  89. 07 Common PHP Errors/089 Unexpected $end.mp49.94MB
  90. 07 Common PHP Errors/090 Supplied Argument Not A Valid MySQL Result Resource (MySQL).mp48.27MB
  91. 07 Common PHP Errors/091 Access Denied (MySQL).mp43.85MB
  92. 08 PHP Security/092 Cookies.mp428.82MB
  93. 08 PHP Security/093 File Includes.mp431.05MB
  94. 08 PHP Security/094 File Uploading.mp439.74MB
  95. 08 PHP Security/095 Null Byte.mp416.94MB
  96. 08 PHP Security/096 Passing Variables.mp410.59MB
  97. 08 PHP Security/097 Session Hijacking.mp414.73MB
  98. 08 PHP Security/098 SQL Injection.mp443.77MB
  99. 08 PHP Security/099 XSS (Cross-Site Scripting).mp427.48MB
  100. 09 BB Codes/100 Part 1.mp414.9MB
  101. 09 BB Codes/101 Part 2.mp412.89MB
  102. 09 BB Codes/102 Part 3.mp48.4MB
  103. 10 How to Check If a Website is Up or Down/103 Part 1.mp415.39MB
  104. 10 How to Check If a Website is Up or Down/104 Part 2.mp49.1MB
  105. 11 How to Create a _Like_ Button/105 Introduction and Directory Structure.mp48.36MB
  106. 11 How to Create a _Like_ Button/106 Database Structure.mp47.07MB
  107. 11 How to Create a _Like_ Button/107 Displaying Articles.mp422.83MB
  108. 11 How to Create a _Like_ Button/108 The CSS.mp45.17MB
  109. 11 How to Create a _Like_ Button/109 jQuery and Ajax.mp414.05MB
  110. 11 How to Create a _Like_ Button/110 PHP Functions.mp429.32MB
  111. 11 How to Create a _Like_ Button/111 Finishing Off & Testing.mp412.07MB
  112. 12 Build a Non-database Photo Album_ plus LightBox/112 Non-database Photo Album_ plus LightBox! (Part 1).mp437.18MB
  113. 12 Build a Non-database Photo Album_ plus LightBox/113 Non-database Photo Album_ plus LightBox! (Part 2).mp436.55MB
  114. 12 Build a Non-database Photo Album_ plus LightBox/114 Non-database Photo Album_ plus LightBox! (Part 3).mp462.41MB
  115. 13 How to Create a Mailing List/115 Part 1.mp43.94MB
  116. 13 How to Create a Mailing List/116 Part 2.mp414.01MB
  117. 13 How to Create a Mailing List/117 Part 3.mp414.76MB
  118. 13 How to Create a Mailing List/118 Part 4.mp414.93MB
  119. 13 How to Create a Mailing List/119 Part 5.mp417.61MB
  120. 13 How to Create a Mailing List/120 Part 6.mp46.89MB
  121. 14 How to Create a Spell Checker/121 Part 1.mp43.42MB
  122. 14 How to Create a Spell Checker/122 Part 2.mp49.84MB
  123. 14 How to Create a Spell Checker/123 Part 3.mp423.46MB
  124. 14 How to Create a Spell Checker/124 Part 4.mp410.5MB
  125. 15 How to Create a Template Engine/125 Part 1.mp414.32MB
  126. 15 How to Create a Template Engine/126 Part 2.mp49.13MB
  127. 16 How to Create a Guestbook/127 Part 1.mp46.44MB
  128. 16 How to Create a Guestbook/128 Part 2.mp48.95MB
  129. 16 How to Create a Guestbook/129 Part 3.mp49MB
  130. 16 How to Create a Guestbook/130 Part 4.mp410.99MB
  131. 16 How to Create a Guestbook/131 Part 5.mp411.26MB
  132. 16 How to Create a Guestbook/132 Part 6.mp414.87MB
  133. 16 How to Create a Guestbook/133 Part 7.mp410.11MB
  134. 16 How to Create a Guestbook/134 Part 8.mp411.08MB
  135. 17 Currency Conversion using Google Calculator API/135 Part 1.mp415.1MB
  136. 17 Currency Conversion using Google Calculator API/136 Part 2.mp419.24MB
  137. 18 Creating a Dynamic RSS Feed For Your Website Content/137 Part 1.mp43.65MB
  138. 18 Creating a Dynamic RSS Feed For Your Website Content/138 Part 2.mp422.85MB
  139. 18 Creating a Dynamic RSS Feed For Your Website Content/139 Part 3.mp412.91MB
  140. 19 3 PHP String Functions You Should Know/140 Part 1.mp414.66MB
  141. 19 3 PHP String Functions You Should Know/141 Part 2.mp418.2MB
  142. 19 3 PHP String Functions You Should Know/142 Part 3.mp46.68MB
  143. 20 E-mail Piping_ Process E-mails with PHP/143 Part 1.mp44.04MB
  144. 20 E-mail Piping_ Process E-mails with PHP/144 Part 2.mp418.92MB
  145. 20 E-mail Piping_ Process E-mails with PHP/145 Part 3.mp423.02MB
  146. 20 E-mail Piping_ Process E-mails with PHP/146 Practical Example_ Part 1.mp46.32MB
  147. 20 E-mail Piping_ Process E-mails with PHP/147 Practical Example_ Part 2.mp421.09MB
  148. 20 E-mail Piping_ Process E-mails with PHP/148 Practical Example_ Part 3.mp424.83MB
  149. 21 Find and Replace Text/149 Part 1.mp410.71MB
  150. 21 Find and Replace Text/150 Part 2.mp420.81MB
  151. 21 Find and Replace Text/151 Part 3.mp47.16MB
  152. 22 Create a Mini Shopping Cart/152 Part 1.mp417.26MB
  153. 22 Create a Mini Shopping Cart/153 Part 2.mp422.19MB
  154. 22 Create a Mini Shopping Cart/154 Part 3.mp422.58MB
  155. 22 Create a Mini Shopping Cart/155 Part 4.mp430.33MB
  156. 22 Create a Mini Shopping Cart/156 Part 5.mp424.39MB
  157. 22 Create a Mini Shopping Cart/157 Part 6.mp416.09MB
  158. 22 Create a Mini Shopping Cart/158 Part 7.mp438.18MB
  159. 23 Introduction to Facebook Application Development/159 Part 1.mp419.03MB
  160. 23 Introduction to Facebook Application Development/160 Part 2.mp420.69MB
  161. 24 Create a PHP_AJAX Chat Application/161 Part 1.mp41.08MB
  162. 24 Create a PHP_AJAX Chat Application/162 Part 2.mp44.59MB
  163. 24 Create a PHP_AJAX Chat Application/163 Part 3.mp45.28MB
  164. 24 Create a PHP_AJAX Chat Application/164 Part 4.mp414.27MB
  165. 24 Create a PHP_AJAX Chat Application/165 Part 5.mp414.99MB
  166. 24 Create a PHP_AJAX Chat Application/166 Part 6.mp410.81MB
  167. 24 Create a PHP_AJAX Chat Application/167 Part 7.mp47.23MB
  168. 24 Create a PHP_AJAX Chat Application/168 Part 8.mp419.14MB
  169. 24 Create a PHP_AJAX Chat Application/169 Part 9.mp425.17MB
  170. 25 Working with Multiple File Uploading/170 Part 1.mp411.65MB
  171. 25 Working with Multiple File Uploading/171 Part 2.mp416.33MB
  172. 26 Create Your Own Non-Unique Hit Counter/172 Part 1.mp44.62MB
  173. 26 Create Your Own Non-Unique Hit Counter/173 Part 2.mp47.63MB
  174. 27 Create a Rating System for Your Website/174 Part 1.mp45.74MB
  175. 27 Create a Rating System for Your Website/175 Part 2.mp419.74MB
  176. 27 Create a Rating System for Your Website/176 Part 3.mp434.91MB
  177. 27 Create a Rating System for Your Website/177 Part 4.mp426.98MB
  178. 28 How to Read XML_ RSS and ATOM Feeds/178 Part 1.mp428.66MB
  179. 28 How to Read XML_ RSS and ATOM Feeds/179 Part 2.mp414.23MB
  180. 29 Create Your Own URL Shortener/180 Part 1.mp44.73MB
  181. 29 Create Your Own URL Shortener/181 Part 2.mp413.89MB
  182. 29 Create Your Own URL Shortener/182 Part 3.mp413.45MB
  183. 29 Create Your Own URL Shortener/183 Part 4.mp414MB
  184. 29 Create Your Own URL Shortener/184 Part 5.mp415.23MB
  185. 29 Create Your Own URL Shortener/185 Part 6.mp416.31MB
  186. 29 Create Your Own URL Shortener/186 Part 7.mp416.83MB
  187. 29 Create Your Own URL Shortener/187 Part 8.mp416.02MB
  188. 30 Understanding Regular Expressions/188 An Introduction.mp46.93MB
  189. 30 Understanding Regular Expressions/189 Simple Tokens and Character Classes.mp48.14MB
  190. 30 Understanding Regular Expressions/190 Character Classes and Case Sensitivity.mp46.74MB
  191. 30 Understanding Regular Expressions/191 OR Operator and Scary Symbols.mp46.52MB
  192. 30 Understanding Regular Expressions/192 More Symbols.mp43.78MB
  193. 30 Understanding Regular Expressions/193 Real-world Example (Matching HTML Tags).mp47.15MB
  194. 31 Create Your Own Search Engine for a Database/194 Part 1.mp49.07MB
  195. 31 Create Your Own Search Engine for a Database/195 Part 2.mp412.38MB
  196. 31 Create Your Own Search Engine for a Database/196 Part 3.mp411.53MB
  197. 31 Create Your Own Search Engine for a Database/197 Part 4.mp410.31MB
  198. 31 Create Your Own Search Engine for a Database/198 Part 5.mp411.05MB
  199. 31 Create Your Own Search Engine for a Database/199 Part 6.mp411.2MB
  200. 31 Create Your Own Search Engine for a Database/200 Part 7.mp411.72MB
  201. 31 Create Your Own Search Engine for a Database/201 Part 8.mp411.05MB
  202. 32 Secure File Uploading/202 Part 1.mp47.06MB
  203. 32 Secure File Uploading/203 Part 2.mp413.91MB
  204. 32 Secure File Uploading/204 Part 3.mp413.54MB
  205. 33 How to Create a Shoutbox System/205 Part 1.mp412.32MB
  206. 33 How to Create a Shoutbox System/206 Part 2.mp413.52MB
  207. 33 How to Create a Shoutbox System/207 Part 3.mp410.5MB
  208. 34 Create a Thumbnail Image Generator/208 Part 1.mp420.29MB
  209. 34 Create a Thumbnail Image Generator/209 Part 2.mp437.08MB
  210. 34 Create a Thumbnail Image Generator/210 Part 3.mp411.16MB
  211. 35 How to Watermark an Image On Upload/211 Part 1.mp47.44MB
  212. 35 How to Watermark an Image On Upload/212 Part 2.mp412.08MB
  213. 35 How to Watermark an Image On Upload/213 Part 3.mp413.88MB
  214. 36 Cross Site Request Forgery Protection/214 Cross Site Request Forgery Protection Part 1.mp49.92MB
  215. 36 Cross Site Request Forgery Protection/215 Cross Site Request Forgery Protection Part 2.mp426.53MB
  216. 37 Create an Auto-Suggest Drop Down Field/216 Part 1.mp411.05MB
  217. 37 Create an Auto-Suggest Drop Down Field/217 Part 2.mp410.15MB
  218. 37 Create an Auto-Suggest Drop Down Field/218 Part 3.mp410MB
  219. 37 Create an Auto-Suggest Drop Down Field/219 Part 4.mp421.52MB
  220. 37 Create an Auto-Suggest Drop Down Field/220 Part 5.mp46.6MB
  221. 38 How to Translate Page Languages/221 Part 1.mp47.77MB
  222. 38 How to Translate Page Languages/222 Part 2.mp49.71MB
  223. 39 Understanding Object Oriented Programming [Old Content]/223 Classes_ Methods and Properties.mp416.14MB
  224. 39 Understanding Object Oriented Programming [Old Content]/224 Encapsulation.mp413.88MB
  225. 39 Understanding Object Oriented Programming [Old Content]/225 Calculator Application Example.mp411.31MB
  226. 39 Understanding Object Oriented Programming [Old Content]/226 Constructor Method.mp49.74MB
  227. 39 Understanding Object Oriented Programming [Old Content]/227 Protecting Methods_Properties.mp413.88MB
  228. 39 Understanding Object Oriented Programming [Old Content]/228 Extending a class (Inheritance).mp415.34MB
  229. 39 Understanding Object Oriented Programming [Old Content]/229 Scope Resolution Operator.mp418.34MB
  230. 39 Understanding Object Oriented Programming [Old Content]/230 Class Constants.mp48.02MB
  231. 39 Understanding Object Oriented Programming [Old Content]/231 Static Properties and Methods.mp411.04MB
  232. 39 Understanding Object Oriented Programming [Old Content]/232 MySQL Database Example (Part 1_3).mp412.21MB
  233. 39 Understanding Object Oriented Programming [Old Content]/233 MySQL Database Example (Part 2_3).mp418.39MB
  234. 39 Understanding Object Oriented Programming [Old Content]/234 MySQL Database Example (Part 3_3).mp412.22MB
  235. 40 How to Create an Image Upload Website/235 Introduction and Directory Structure.mp413.49MB
  236. 40 How to Create an Image Upload Website/236 Menu and Login Form.mp412.27MB
  237. 40 How to Create an Image Upload Website/237 User Functions.mp44MB
  238. 40 How to Create an Image Upload Website/238 Album Functions.mp45.51MB
  239. 40 How to Create an Image Upload Website/239 Image Functions.mp46.25MB
  240. 40 How to Create an Image Upload Website/240 Database and Tables.mp415.95MB
  241. 40 How to Create an Image Upload Website/241 User Registration.mp414.8MB
  242. 40 How to Create an Image Upload Website/242 User Registration_ Part 2.mp414.65MB
  243. 40 How to Create an Image Upload Website/243 User Registration_ Part 3.mp412MB
  244. 40 How to Create an Image Upload Website/244 User Registration_ Part 4.mp410.82MB
  245. 40 How to Create an Image Upload Website/245 User Login.mp419.73MB
  246. 40 How to Create an Image Upload Website/246 User Login_ Part 2.mp420.66MB
  247. 40 How to Create an Image Upload Website/247 Creating Albums.mp412.02MB
  248. 40 How to Create an Image Upload Website/248 Creating Albums_ Part 2.mp415.47MB
  249. 40 How to Create an Image Upload Website/249 Displaying Albums.mp415.18MB
  250. 40 How to Create an Image Upload Website/250 Displaying Albums_ Part 2.mp414.81MB
  251. 40 How to Create an Image Upload Website/251 Displaying Albums_ Part 3.mp410.02MB
  252. 40 How to Create an Image Upload Website/252 Editing Albums.mp411.61MB
  253. 40 How to Create an Image Upload Website/253 Editing Albums_ Part 2.mp411.78MB
  254. 40 How to Create an Image Upload Website/254 Editing Albums_ Part 3.mp421.16MB
  255. 40 How to Create an Image Upload Website/255 Deleting Albums.mp417.52MB
  256. 40 How to Create an Image Upload Website/256 Uploading Images.mp415.79MB
  257. 40 How to Create an Image Upload Website/257 Uploading Images_ Part 2.mp416.96MB
  258. 40 How to Create an Image Upload Website/258 Uploading Images_ Part 3.mp411.19MB
  259. 40 How to Create an Image Upload Website/259 Uploading Images_ Part 4.mp411.58MB
  260. 40 How to Create an Image Upload Website/260 Viewing Albums.mp413.6MB
  261. 40 How to Create an Image Upload Website/261 Viewing Albums_ Part 2.mp412.91MB
  262. 40 How to Create an Image Upload Website/262 Viewing Albums_ Part 3.mp410.19MB
  263. 40 How to Create an Image Upload Website/263 Deleting Images.mp411.42MB
  264. 40 How to Create an Image Upload Website/264 Deleting Images_ Part 2.mp414.75MB
  265. 41 General Tutorials_ Become a PHP Expert/265 Dynamic Pages (Part 1_3).mp44.73MB
  266. 41 General Tutorials_ Become a PHP Expert/266 Dynamic Pages (Part 2_3).mp49.12MB
  267. 41 General Tutorials_ Become a PHP Expert/267 Dynamic Pages (Part 3_3).mp48.58MB
  268. 41 General Tutorials_ Become a PHP Expert/268 String Functions (Part 1).mp413.24MB
  269. 41 General Tutorials_ Become a PHP Expert/269 String Functions (Part 2).mp411.22MB
  270. 41 General Tutorials_ Become a PHP Expert/270 Basic PHP Proxy.mp417.36MB
  271. 41 General Tutorials_ Become a PHP Expert/271 Date and Time (Part 1).mp414.74MB
  272. 41 General Tutorials_ Become a PHP Expert/272 Date and Time (Part 2).mp411.45MB
  273. 41 General Tutorials_ Become a PHP Expert/273 Creating Images with PHP.mp422.48MB
  274. 41 General Tutorials_ Become a PHP Expert/274 Search Engine Crawler Detection.mp48.93MB
  275. 41 General Tutorials_ Become a PHP Expert/275 Swear Word Filter (Part 1).mp414.24MB
  276. 41 General Tutorials_ Become a PHP Expert/276 Swear Word Filter (Part 2).mp46.73MB
  277. 41 General Tutorials_ Become a PHP Expert/277 Rename PHP functions.mp411.01MB
  278. 41 General Tutorials_ Become a PHP Expert/278 Upload an Avatar_Profile Image (Part 1).mp423.28MB
  279. 41 General Tutorials_ Become a PHP Expert/279 Upload an Avatar_Profile Image (Part 2).mp419.71MB
  280. 41 General Tutorials_ Become a PHP Expert/280 Upload an Avatar_Profile Image (Part 3).mp421.34MB
  281. 41 General Tutorials_ Become a PHP Expert/281 Upload an Avatar_Profile Image (Part 4).mp423.42MB
  282. 41 General Tutorials_ Become a PHP Expert/282 Admin only pages (Part 1).mp48.12MB
  283. 41 General Tutorials_ Become a PHP Expert/283 Admin only pages (Part 2).mp420.58MB
  284. 41 General Tutorials_ Become a PHP Expert/284 Admin only pages (Part 3).mp413.1MB
  285. 41 General Tutorials_ Become a PHP Expert/285 Create a news feature (Part 1).mp416.85MB
  286. 41 General Tutorials_ Become a PHP Expert/286 Create a news feature (Part 2).mp423.49MB
  287. 41 General Tutorials_ Become a PHP Expert/287 Create a news feature (Part 3).mp426.37MB
  288. 41 General Tutorials_ Become a PHP Expert/288 Display Recent Posts from a phpBB Forum (Part 1).mp429.35MB
  289. 41 General Tutorials_ Become a PHP Expert/289 Display Recent Posts from a phpBB Forum (Part 2).mp428.79MB
  290. 41 General Tutorials_ Become a PHP Expert/290 Display Recent Posts from a phpBB Forum (Part 3).mp422.88MB
  291. 41 General Tutorials_ Become a PHP Expert/291 Form Data Display and Security.mp48.38MB
  292. 41 General Tutorials_ Become a PHP Expert/292 Browser Identification.mp410.55MB
  293. 41 General Tutorials_ Become a PHP Expert/293 Count Visitors Currently Online (Part 1).mp410.81MB
  294. 41 General Tutorials_ Become a PHP Expert/294 Count Visitors Currently Online (Part 2).mp48.1MB
  295. 41 General Tutorials_ Become a PHP Expert/295 Count Visitors Currently Online (Part 3).mp44.8MB
  296. 41 General Tutorials_ Become a PHP Expert/296 Language Chooser.mp429.97MB
  297. 41 General Tutorials_ Become a PHP Expert/297 Time Since Post (Part 1).mp431.21MB
  298. 41 General Tutorials_ Become a PHP Expert/298 Time Since Post (Part 2).mp415.78MB
  299. 41 General Tutorials_ Become a PHP Expert/299 Uploading_Storing an Image inside a MySQL Database (Part 1).mp440.71MB
  300. 41 General Tutorials_ Become a PHP Expert/300 Uploading_Storing an Image inside a MySQL Database (Part 2).mp430.05MB
  301. 41 General Tutorials_ Become a PHP Expert/301 Show database data in columns_rows.mp47.47MB
  302. 41 General Tutorials_ Become a PHP Expert/302 Dynamic Background Color with a Form.mp411.83MB
  303. 41 General Tutorials_ Become a PHP Expert/303 Random Password Generator (Part 1_2).mp47.24MB
  304. 41 General Tutorials_ Become a PHP Expert/304 Random Password Generator (Part 2_2).mp410.36MB
  305. 41 General Tutorials_ Become a PHP Expert/305 Name Splitter (Part 1_2).mp49.55MB
  306. 41 General Tutorials_ Become a PHP Expert/306 Name Splitter (Part 2_2).mp415.29MB
  307. 41 General Tutorials_ Become a PHP Expert/307 Self Submitting Forms.mp411.75MB
  308. 41 General Tutorials_ Become a PHP Expert/308 MD5 Encryption.mp411.22MB
  309. 41 General Tutorials_ Become a PHP Expert/309 Easy_ Flexible Form Validation (Part 1_2).mp413.29MB
  310. 41 General Tutorials_ Become a PHP Expert/310 Easy_ Flexible Form Validation (Part 2_2).mp412.13MB
  311. 41 General Tutorials_ Become a PHP Expert/311 Display Images from a Folder_Directory (Part 1_2).mp49.7MB
  312. 41 General Tutorials_ Become a PHP Expert/312 Display Images from a Folder_Directory (Part 2_2).mp49.97MB
  313. 41 General Tutorials_ Become a PHP Expert/313 Removing a Directory with Contents.mp415.25MB
  314. 41 General Tutorials_ Become a PHP Expert/314 Error Reporting.mp429.6MB
  315. 42 PHP Object Oriented Programming Fundamentals/316 Section Introduction.mp452.21MB
  316. 42 PHP Object Oriented Programming Fundamentals/317 Installing the Local PHP Server.mp417.8MB
  317. 42 PHP Object Oriented Programming Fundamentals/318 Essential Constructs Introduction.mp444.32MB
  318. 42 PHP Object Oriented Programming Fundamentals/319 The Class Construct.mp49.05MB
  319. 42 PHP Object Oriented Programming Fundamentals/320 Class Attributes.mp410.98MB
  320. 42 PHP Object Oriented Programming Fundamentals/321 Class methods.mp414.08MB
  321. 42 PHP Object Oriented Programming Fundamentals/322 Class Constants Part 1.mp47.81MB
  322. 42 PHP Object Oriented Programming Fundamentals/323 Class Constants Part 2.mp410.9MB
  323. 42 PHP Object Oriented Programming Fundamentals/324 Essential Constructs Recap.mp437.19MB
  324. 42 PHP Object Oriented Programming Fundamentals/325 Exercise 1 Live Demo.mp45.14MB
  325. 42 PHP Object Oriented Programming Fundamentals/326 Exercise 1 Explanation.mp49.91MB
  326. 42 PHP Object Oriented Programming Fundamentals/327 The PHP Object.mp459.8MB
  327. 42 PHP Object Oriented Programming Fundamentals/328 How to Create an Object.mp413.02MB
  328. 42 PHP Object Oriented Programming Fundamentals/329 Obtaining Object Attributes Part 1.mp413.2MB
  329. 42 PHP Object Oriented Programming Fundamentals/330 Obtaining Object Attributes Part 2.mp49.14MB
  330. 42 PHP Object Oriented Programming Fundamentals/331 Obtaining Object Attributes Part 3.mp44.97MB
  331. 42 PHP Object Oriented Programming Fundamentals/332 Changing Object Attributes Part 1.mp414.9MB
  332. 42 PHP Object Oriented Programming Fundamentals/333 Changing Object Attributes Part 2.mp412.37MB
  333. 42 PHP Object Oriented Programming Fundamentals/334 Creating New Object Attributes.mp415.28MB
  334. 42 PHP Object Oriented Programming Fundamentals/335 Destroying Object Properties.mp419.06MB
  335. 42 PHP Object Oriented Programming Fundamentals/336 Object Methods.mp416.01MB
  336. 42 PHP Object Oriented Programming Fundamentals/337 Other Method Techniques.mp416.31MB
  337. 42 PHP Object Oriented Programming Fundamentals/338 Global Constants Part 1.mp47.01MB
  338. 42 PHP Object Oriented Programming Fundamentals/339 Global Constants Part 2.mp48.03MB
  339. 42 PHP Object Oriented Programming Fundamentals/340 The PHP Object Recap.mp472.72MB
  340. 42 PHP Object Oriented Programming Fundamentals/341 Exercise 2 Live Demo.mp44.59MB
  341. 42 PHP Object Oriented Programming Fundamentals/342 Exercise 2 Explanation.mp412.62MB
  342. 42 PHP Object Oriented Programming Fundamentals/343 The Constructor_Destructor Magic Method.mp449.98MB
  343. 42 PHP Object Oriented Programming Fundamentals/344 The Constructor Overview Part 1.mp413.11MB
  344. 42 PHP Object Oriented Programming Fundamentals/345 The Constructor Overview Part 2.mp412.09MB
  345. 42 PHP Object Oriented Programming Fundamentals/346 Building Unique Objects with the Constructor Part 1.mp416.88MB
  346. 42 PHP Object Oriented Programming Fundamentals/347 Building Unique Objects with the Constructor Part 2.mp46.95MB
  347. 42 PHP Object Oriented Programming Fundamentals/348 The Destructor.mp415.92MB
  348. 42 PHP Object Oriented Programming Fundamentals/349 Access modifiers Part 1.mp49.06MB
  349. 42 PHP Object Oriented Programming Fundamentals/350 Access modifiers Part 2.mp413.05MB
  350. 42 PHP Object Oriented Programming Fundamentals/351 Accessing Class Attributes.mp416.81MB
  351. 42 PHP Object Oriented Programming Fundamentals/352 The Constructor_Destructor Magic Method Recap.mp466.89MB
  352. 42 PHP Object Oriented Programming Fundamentals/353 Exercise 3 Live Demo.mp48.32MB
  353. 42 PHP Object Oriented Programming Fundamentals/354 Exercise 3 Explanation.mp415.92MB
  354. 42 PHP Object Oriented Programming Fundamentals/355 Static Class Attributes_Constants and Methods.mp444.87MB
  355. 42 PHP Object Oriented Programming Fundamentals/356 The Static Class Constants.mp410.7MB
  356. 42 PHP Object Oriented Programming Fundamentals/357 The Static Class Attributes.mp415.24MB
  357. 42 PHP Object Oriented Programming Fundamentals/358 The Static Class Functions.mp48.2MB
  358. 42 PHP Object Oriented Programming Fundamentals/359 Static Class Attributes_Constants and Methods Recap.mp442.84MB
  359. 42 PHP Object Oriented Programming Fundamentals/360 Exercise 4 Live Demo.mp46.86MB
  360. 42 PHP Object Oriented Programming Fundamentals/361 Exercise 4 Explanation.mp414.7MB
  361. 42 PHP Object Oriented Programming Fundamentals/362 Class Inheritance.mp441.2MB
  362. 42 PHP Object Oriented Programming Fundamentals/363 Implementing Inheritance In PHP Part 1.mp416.01MB
  363. 42 PHP Object Oriented Programming Fundamentals/364 Implementing Inheritance In PHP Part 2.mp418.53MB
  364. 42 PHP Object Oriented Programming Fundamentals/365 Controlling Visibility Through Inheritance with Public.mp414.5MB
  365. 42 PHP Object Oriented Programming Fundamentals/366 Controlling Visibility Through Inheritance with Private.mp426.15MB
  366. 42 PHP Object Oriented Programming Fundamentals/367 Controlling Visibility Through Inheritance with Protected.mp414.87MB
  367. 42 PHP Object Oriented Programming Fundamentals/368 Overriding Class Attributes Part 1.mp411.33MB
  368. 42 PHP Object Oriented Programming Fundamentals/369 Overriding Class Attributes Part 2.mp412.3MB
  369. 42 PHP Object Oriented Programming Fundamentals/370 Preventing Inheritance with final.mp412.3MB
  370. 42 PHP Object Oriented Programming Fundamentals/371 Preventing Inheritance and Overriding.mp416.82MB
  371. 42 PHP Object Oriented Programming Fundamentals/372 Class Inheritance Recap.mp489.24MB
  372. 42 PHP Object Oriented Programming Fundamentals/373 Exercise 5 Live Demo.mp46.93MB
  373. 42 PHP Object Oriented Programming Fundamentals/374 Exercise 5 Explanation.mp416.16MB
  374. 42 PHP Object Oriented Programming Fundamentals/375 Final Project Live Demo.mp49.2MB
  375. 42 PHP Object Oriented Programming Fundamentals/376 Final Project Explanation.mp423.07MB
  376. 42 PHP Object Oriented Programming Fundamentals/377 Section Conclusion.mp479.78MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统