Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created November 25, 2014 16:32
@auroraeosrose
Copy link

Now we get into forms

  1. basic forms (var dump our data)
  2. basic security (all people are evil cats)
  3. check input (validate)
  4. escape output and separation of concerns
  5. populating forms, errors, redirecting

@auroraeosrose
Copy link

Databases!

Use - pdo? or sqlite3?

how much of db to do?

and then basic "write crud"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment