My Media 206 Portfolio

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 - Building Forms

Now we are adding forms to the Globe Bank

 

Module 7 and Beyond - My first, full blown PHP/MySQL Project 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 I have already built a CMS which has several basic features and incorporating user authentication, public/private views, password encryption and CRUD capabilties

 

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.