Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created November 25, 2014 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funkatron/de4e7bf000a1e5ceae6c to your computer and use it in GitHub Desktop.
Save funkatron/de4e7bf000a1e5ceae6c to your computer and use it in GitHub Desktop.
@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