1. Урок 1. 00:00:37
    Introduction To The Course
  2. Урок 2. 00:17:13
    What Is PHP
  3. Урок 3. 00:08:48
    What Is PHP Used For
  4. Урок 4. 00:07:50
    Setting up a Web Server
  5. Урок 5. 00:03:37
    Commenting Code
  6. Урок 6. 00:05:20
    Echo Print
  7. Урок 7. 00:07:25
    Variables
  8. Урок 8. 00:07:54
    If Statements
  9. Урок 9. 00:06:37
    Arithmetic Operators
  10. Урок 10. 00:08:44
    Comparison Operators
  11. Урок 11. 00:04:44
    Triple Equals
  12. Урок 12. 00:09:27
    Logical Operators
  13. Урок 13. 00:08:10
    Switch Statement
  14. Урок 14. 00:08:52
    Basic Arrays
  15. Урок 15. 00:07:11
    Multi-dimensional Arrays
  16. Урок 16. 00:05:55
    While Loop
  17. Урок 17. 00:04:30
    Do While Loop
  18. Урок 18. 00:05:04
    For Loops
  19. Урок 19. 00:06:37
    Foreach
  20. Урок 20. 00:08:24
    Functions
  21. Урок 21. 00:12:59
    GET
  22. Урок 22. 00:07:51
    POST
  23. Урок 23. 00:09:55
    Embedding PHP within HTML
  24. Урок 24. 00:05:29
    A better way to display HTML
  25. Урок 25. 00:11:12
    Arrays Part 1
  26. Урок 26. 00:12:50
    Arrays Pat 2
  27. Урок 27. 00:06:50
    Cookies Part 1
  28. Урок 28. 00:03:31
    Cookies Part 2
  29. Урок 29. 00:08:44
    Checkboxes
  30. Урок 30. 00:10:05
    Radio Buttons
  31. Урок 31. 00:12:26
    PHP Functions You Should Know Part 1
  32. Урок 32. 00:15:22
    PHP Functions You Should Know Part 2
  33. Урок 33. 00:05:50
    PHP Functions You Should Know Part 3
  34. Урок 34. 00:08:43
    String Functions Part 1
  35. Урок 35. 00:08:40
    String Functions Part 2
  36. Урок 36. 00:08:47
    Date and Time Part 1
  37. Урок 37. 00:06:29
    Date and Time Part 2
  38. Урок 38. 00:06:24
    Creating Dynamic Web Pages with PHP Part 1
  39. Урок 39. 00:06:29
    Creating Dynamic Web Pages with PHP Part 2
  40. Урок 40. 00:06:20
    Creating Dynamic Web Pages with PHP Part 3
  41. Урок 41. 00:13:46
    Classes Methods and Properties
  42. Урок 42. 00:10:24
    Encapsulation
  43. Урок 43. 00:07:04
    Constructor Method
  44. Урок 44. 00:11:05
    Protecting Methods Properties
  45. Урок 45. 00:11:21
    Extending a Class Inheritance
  46. Урок 46. 00:11:47
    Scope Resolution Operators
  47. Урок 47. 00:06:01
    Class Constants
  48. Урок 48. 00:08:13
    Static Properties and Methods
  49. Урок 49. 00:09:23
    Calculator Application Example
  50. Урок 50. 00:07:12
    MySQL Database Example Part 1
  51. Урок 51. 00:12:24
    MySQL Database Example Part 2
  52. Урок 52. 00:05:36
    MySQL Database Example Part 3
  53. Урок 53. 00:07:30
    Introduction to PHP Error Reporting
  54. Урок 54. 00:08:26
    Changing Maximum File Upload Size
  55. Урок 55. 00:05:16
    Access Denied
  56. Урок 56. 00:09:05
    Undefined Index
  57. Урок 57. 00:04:21
    Cannot Modify Header Information
  58. Урок 58. 00:10:49
    Supplied Argument Not a Valid MySQL Result
  59. Урок 59. 00:06:53
    Unexpected end
  60. Урок 60. 00:11:15
    File Includes
  61. Урок 61. 00:14:36
    File Uploading
  62. Урок 62. 00:07:29
    Null Byte
  63. Урок 63. 00:07:10
    Passing Variables
  64. Урок 64. 00:07:31
    Session Hijacking
  65. Урок 65. 00:11:20
    Cookies
  66. Урок 66. 00:17:57
    SQL Injection
  67. Урок 67. 00:12:55
    XSS Cross-Site Scripting
  68. Урок 68. 00:06:31
    Sessions
  69. Урок 69. 00:09:04
    Using Single or Double Quotes
  70. Урок 70. 00:09:25
    Indenting Code
  71. Урок 71. 00:02:33
    Anonymous Functions
  72. Урок 72. 00:06:41
    Callbacks
  73. Урок 73. 00:06:19
    Ternary Operator
  74. Урок 74. 00:06:41
    Browser Identification
  75. Урок 75. 00:08:44
    Self Submitting Forms
  76. Урок 76. 00:04:09
    Include and Require
  77. Урок 77. 00:01:47
    Quickly Return True False
  78. Урок 78. 00:14:34
    Tree Structures
  79. Урок 79. 00:10:08
    Explode - String to Array
  80. Урок 80. 00:16:06
    Implode - Array to String
  81. Урок 81. 00:04:38
    Array Dereferencing
  82. Урок 82. 00:09:53
    Creating Images with PHP