Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use the written instructions and the code screenshots below to create and run a web application using Visual Studio Code (VS Code). You will be
Use the written instructions and the code screenshots below to create and run a web application using Visual Studio Code (VS Code). You will be submitting screenshots of the following as your submission:
- The final index.php file loaded in VS Code (all lines of code shown)
- The final display_name.php file loaded in VS Code (all lines of code shown)
- The application running in a browser
Part 1: Update the DisplayName Class
- Create an empty folder for your application in the XAMPP htdocs folder named "cis367_wk2_gp2"
- Copy the index.php and display_name.php files from wk2_gp1 into this folder
- Update the "display_name.php" code as shown in the screenshot below
Part 2: Update the User Interface to Match the Updated DisplayName Class
- Update the "index.php" code as shown in the screenshot below
- Add a Run Configuration to allow the application to be run from inside VS Code
- Run the application
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