Notes from the class outline:
- Your first PHP file.
- Variables
- Embed PHP in HTML
- Using PHP to process forms
- URL and Form variables
- Basic programming constructs control statements - if/else and switch/case loops boolean variables
- Functions
- Arrays
- Email delivery
- Databases and Recordsets
- Working with User Sessions
Day 2 outline:
Review yesterday website architecture tags server side vs client side processing variables if / else switch / case statements loops arrays with numbered indexes associative arrays function basics
phpinfo() php.ini display_errors error_reporting
more function stuff return values the call stack
increment / decrement operators
HTML forms GET variables POST variables
isset()
SQL basics CRUD statements SELECT INSERT UPDATE DELETE
Build a List page
Build an Add Page
Modify our Add to be a “save” page
Build a “delete” page
Basics of Classes and Objects