Sessions, Web Architecture, Databases




CS174

Chris Pollett

Oct 3, 2022

Outline

Sessions

Website Architecture

More Website Architecture

Quiz

Which of the following statements is true?

  1. The most typical way PHP programmers access form data is by manipulating the superglobal field $_SERVER['QUERY_STRING'].
  2. Cookies are read and written using a non-HTTP protocol.
  3. The glob function is used to return an array of paths to files or folders matching a search criterion.

Our Website Design Paradigm So Far...

POST REDIRECT GET

Database Management Systems and Databases

Models in the MVA pattern often interact with a database so we are going to have a whirlwind tour of databases to learn how to do this.

MySQL Databases

MySQL Command Line

MySQL Command Line

Basic SQL

Database, Table Creation Deletion

SQL Query