• Fundamentals

    • About
    • How it works
    • on <form>
    • Procedural vs Object Oriented approach
  • Predefined Variables

    • $_GET
    • $_POST
    • $_COOKIE
    • $_SESSION
    • $_SERVER
  • Relevant HTML tags/att.

    • <form>
      • (def)
      • method="POST"
      • action="index.php?id=1"
  • Built-in Functions

    • header()
    • include()
    • session_start()
    • session_destroy()
    • password_hash()
    • password_verify()
    • json_encode()
    • isset()
    • intval()
    • file_get_contents()
    • json_decode()
  • Wrappers

    • (def)
    • php://
  • Connecting to a DBMS

    • (def)
    • MySQLi / PDO
    • MySQLi functions
      • mysqli_connect()
      • mysqli_construct()
      • mysqli_query()
      • mysqli_close()
      • mysqli_num_rows()
      • mysqli_fetch_assoc()
    • PDO
      • (def)
  • Classes / Objects

    • Visibility / Access modifiers
      • public
      • protected
      • private
    • Built-in classes
      • SQLite3
      • PDO
      • PDOStatement
  • Operators

    • ->
    • ::
  • Glossary

    • XAMPP
    • Associative Arrays
    • phpMyAdmin
    • Enabling Error Reporting
    • Result set
    • Page request
    • Query parameters
    • Request body
  • Bug encounters

    • Fatal error: 8 attempt to write a readonly database