Eric Waterkotte's work

All project work required for the Spring quarter MEDIA 206 course will be posted to this page as a portfolio of my progress and work in the "Database Driven Websites".

 

Module 1 - Bootcamp

 

Module 2 - Variables

 

Module 3 - Conditions and Functions

 

Module 4 - Loops, User-defined functions....

Check out my work from Module 4

 

Module 5 - Building web pages with PHP

Here we begin building our own content management system with PHP called Globe Bank

 

Module 6 - PHP Forms

In Module 6 we learned how to build forms with php. We added forms to our globe_bank project.

 

Module 7 - Accessing MySQL with PHP

In Module 7 we learned how create MySQL databases and connect to them with PHP. Take a look at my sample work below.

 

Module 8 - Create Read Update Delete with Globe_Bank

In Module 8 we learned how to implement C.R.U.D. with our globe_bank CMS. You can now create, read, update and delete pages and subjects.

 

Module 9 - Validating User Input

In Module 9 write php code to validate user inputs and check for different conditions we want to control with our data before we submit it to the database.