0% abgeschlossen
0/0 Schritte
  1. Einleitung
    Herzlich willkommen!
  2. Setup für den Kurs
  3. Code-Editor richtig bedienen
  4. PHP installieren (XAMPP oder manuell)
  5. Code zum Download
  6. HTML5 & CSS3: Exkurs | Optional | Für Anfänger
    Hinweis zum Kapitel
  7. HTML5: In 78 Sekunden
  8. CSS3: In 60 Sekunden
  9. HTML5 & CSS3: Quick-Kurs
  10. PHP: Einstieg | Grundlagen | Projekt 01
    Kursstruktur
  11. PHP: In 74 Sekunden
  12. PHP: Erstes Datei anlegen
  13. PHP: Die Syntax verstehen
    1 Test
  14. PHP: Eine Variable anlegen
    1 Test
  15. PHP: Was sind Datentypen?
    1 Test
  16. PHP: Was ist eigentlich, wenn? (if-, else-, elseif-Anweisungen)
    1 Thema
    |
    1 Test
  17. PHP: Rechnen mit arithmetischen Operatoren
    1 Test
  18. PHP: Projekt 01 → Wanderratgeber
    2 Themen
  19. PHP: Arrays | Projekt 02
    PHP: Einstieg in Arrays
  20. PHP: Daten in Arrays organisieren
  21. PHP: Elemente in Arrays auswählen
  22. PHP: Elemente eines Arrays wiedergeben
  23. PHP: Sortierung eines Arrays ändern
  24. PHP: Fünf wichtige Funktionen für Arrays
  25. PHP: Projekt 02 → Packliste
    2 Themen
  26. PHP: Funktionen | Projekt 03
    PHP: Was sind Funktionen?
  27. PHP: Vorteile von Funktionen
  28. PHP: Eine Funktion erstellen
  29. PHP: Vorgefertigte Funktionen
  30. PHP: Parameter in Funktionen
  31. PHP: Funktionen, Globale Variablen und Scopes
  32. PHP: Funktionen, Konstanten und Rundungen
  33. PHP: Prozedurale Programmierung vs. Funktionale Programmierung
  34. PHP: Anonyme Funktionen und Closures
  35. PHP: Projekt 03 → Kilometer in Meilen
    2 Themen
  36. PHP: Datenbanken und MySQL | Projekt 04
    PHP: Was ist SQL?
  37. PHP: Was ist MySQL?
  38. PHP: Erstellung einer Datenbank (phpMyAdmin)
  39. PHP: Verbindung mit Datenbank
  40. PHP: Daten in Datenbank speichern
  41. PHP: Abfrage einer Datenbank
  42. PHP: Projekt 04 → Trail kommentieren
    2 Themen
  43. PHP: Cookies und Sessions | Projekt 05
    PHP: Cookies vs. Sessions
  44. PHP: Globale Variablen für Cookies und Sessions
  45. PHP: Cookie und Session erstellen
  46. PHP: Arbeiten mit Cookies und Sessions
  47. PHP: Projekt 05 → Angesehene Seiten
    2 Themen
  48. PHP: Objektorientierung (OOP) | Projekt 06
    PHP: Was ist das MVC-Muster (Model View Controller Pattern)
  49. PHP: Was ist Objektorierterte Programmierung (OOP)?
  50. PHP: MVC-Muster (Model View Controller Pattern)
  51. PHP: Klassen und Objekte erstellen (Eigenschaften, Methoden und Vererbung)
  52. PHP: Arbeiten mit Objekten
    2 Themen
  53. PHP: Projekt 06 → Datenblatt
    2 Themen
  54. PHP: Kommentare
    Kommentare: Theorie & Praxis
    1 Thema
    |
    1 Test
  55. PHP: Echo
    Echo: Theorie & Praxis
    1 Thema
    |
    1 Test
  56. PHP: Print
    Print: Theorie & Praxis
    1 Thema
    |
    1 Test
  57. PHP: Variablen (Variables)
    Variablen (Variables): Theorie & Praxis
    1 Thema
    |
    1 Test
  58. PHP: Datentypen (Data Types)
    Datentypen (Data Types): Theorie & Praxis
    1 Thema
    |
    1 Test
  59. PHP: Zeichenketten (Strings)
    Zeichenketten (Strings): Theorie & Praxis
    1 Thema
    |
    1 Test
  60. PHP: Nummern (Numbers) [Integer & Floats]
    Nummern (Numbers) [Integer & Floats]: Theorie & Praxis
    1 Thema
    |
    1 Test
  61. PHP: Mathe (Math)
    Mathe (Math): Theorie & Praxis
    1 Thema
    |
    1 Test
  62. PHP: Konstanten (Constants)
    Konstanten (Constants): Theorie & Praxis
    1 Thema
    |
    1 Test
  63. PHP: Arithmetische Operatoren (Arithmetic Operators)
    Arithmetische Operatoren (Arithmetic Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  64. PHP: Zuweisungsoperatoren (Assignment Operators)
    Zuweisungsoperatoren (Assignment Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  65. PHP: Bedingte Zuweisungsoperatoren (Conditional Assignment Operators)
    Bedingte Zuweisungsoperatoren (Conditional Assignment Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  66. PHP: Vergleichsoperatoren (Comparison Operators)
    Vergleichsoperatoren (Comparison Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  67. PHP: Inkrement- und Dekrementoperatoren (Increment / Decrement Operators)
    Inkrement-/Dekrementoperatoren (Increment / Decrement Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  68. PHP: Logikoperatoren (Logical Operators)
    Logikoperatoren (Logical Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  69. PHP: String- und Konkatenationsoperatoren (String Operators)
    String- und Konkatenationsoperatoren (String Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  70. PHP: Array-Operatoren (Array Operators)
    Array-Operatoren (Array Operators): Theorie & Praxis
    1 Thema
    |
    1 Test
  71. PHP: If-, Else-, Elseif-Anweisungen (If-, Else-, Elseif-Statements)
    If-, Else-, Elseif-Anweisungen (If-, Else-, Elseif-Statements): Theorie & Praxis
    1 Thema
    |
    1 Test
  72. PHP: Switch-Anweisungen (Switch-Statement)
    Switch-Anweisungen (Switch-Statement): Theorie & Praxis
    1 Thema
    |
    1 Test
  73. PHP: While-Schleifen (While Loops)
    While-Schleifen (While Loops): Theorie & Praxis
    1 Thema
    |
    1 Test
  74. PHP: Do-While-Schleifen (Do While Loops)
    Do-While-Schleifen (Do While Loops): Theorie & Praxis
    1 Thema
    |
    1 Test
  75. PHP: For-Schleifen (For Loops)
    For-Schleifen (For Loops): Theorie & Praxis
    1 Thema
    |
    1 Test
  76. PHP: Foreach-Schleifen (Foreach Loops)
    Foreach-Schleifen (Foreach Loops): Theorie & Praxis
    1 Thema
    |
    1 Test
  77. PHP: Break und Continue (Break and Continue)
    Break und Continue (Break and Continue): Theorie & Praxis
    1 Thema
    |
    1 Test
  78. PHP: Funktionen (Functions)
    Funktionen (Functions): Theorie & Praxis
    1 Thema
    |
    1 Test
  79. PHP: Indizierte Arrays (Indexed Arrays)
    Indizierte Arrays (Indexed Arrays): Theorie & Praxis
    1 Thema
    |
    1 Test
  80. PHP: Assoziative Arrays (Associative Arrays)
    Assoziative Arrays (Associative Arrays): Theorie & Praxis
    1 Thema
    |
    1 Test
  81. PHP: Multidimensionales Array (Multidimensional Arrays)
    Multidimensionales Array (Multidimensional Arrays): Theorie & Praxis
    1 Thema
    |
    1 Test
  82. PHP: Arrays sortieren (Sorting Arrays)
    Arrays sortieren (Sorting Arrays): Theorie & Praxis
    1 Thema
    |
    1 Test
  83. PHP: Array-Funktionen (Array Functions)
    Array-Funktionen (Array Functions): Theorie & Praxis
    1 Thema
    |
    1 Test
  84. PHP: Superglobals (Superglobals)
    Superglobals (Superglobals): Theorie & Praxis
    1 Thema
    |
    1 Test
  85. PHP: RegEx (Regular Expressions)
    RegEx (Regular Expressions): Theorie & Praxis
    1 Thema
    |
    1 Test
Lektion 11 von 85
In Bearbeitung

PHP: In 74 Sekunden