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
- Hello World in PHP: Click here
Module 2 - Variables
- Get Method: Click here
- Passing Data in the URL: Click here
- Post Method: Let me tell you a story... Click here to begin
Module 3 - Conditions and Functions
- Experiments with Logical Expressions: Click here
- Roll the Dice: Click here
- Bonus! Wow ! My first PHP Game: Click here to begin
Module 4 - Loops, User-defined functions....
Check out my work from Module 4
- Fun with Loops: Click here
- Fun with Functions: Click here
- PHP website project: Click here
Module 5 - Building web pages with PHP
Here we begin building our own content management system with PHP called Globe Bank
- Redirection: Click here (opens in new tab)
- Globe Bank Staff Page: Click here (opens in new tab)
Module 6 - PHP Forms
In Module 6 we learned how to build forms with php. We added forms to our globe_bank project.
- Globe Bank Create Subject Form: Click here (opens in new tab)
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.
- Check out my globe_bank database: click here to open
- Let me show you my pages with PHP...: Click here
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.
- You can test with subjects or pages...: Click here
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.
- Validation code is now live. You can test by trying to either edit or create a page/subject without a name: Click here