Question
I want you to build an application for the final and I have provided the mid-term 3 and 3.2 which you have to take all
I want you to build an application for the final and I have provided the mid-term 3 and 3.2 which you have to take all the steps from that application. So have to update, from 3.2 to week 3 mid-term and then final.
Final-Exam
You will use the Visual Studio Code in your VCastle environment.
You will re-create the application you created in the Week 3 Midterm, re-writing it to use the MVC architecture. Functionally, the application should be identical to the final application from the Week 3 Midterm. From a code perspective, the code should be organized into:
- Model - all database access and query information
- View - all user interface information, with style information placed in a separate .css file
- Controller - all functions needed to link the View and the Model
This is Mid-term - Week 3 -
Using the PHP application from Week 3 Guided Practice 2 as a starting point, you will add fields for the user's address. The address fields must include the following:
- Street Address (up to 100 characters)
- City (up to 25 characters)
- State (2 characters)
- Zip Code (10 characters)
Updates must include:
- Ability to store these fields in the database (fields should not be nullable)
- Display of these fields in the user information grid on the web page
- Entry boxes for these fields
For your submission, take screen captures of the following and place them in a Word document:
- phpMyAdmin showing the updated database table and columns
- Demonstration of the application running, including:
- Successful addition of a record
- Successful update of a record
- Successful deletion of a record
This is week 3 guided practice 2 - you will create, and run a PHP web application that accepts input from a user and provides output based on the values input.
The image of the user_list.php code file to create, and run a web application using Visual Studio Code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started