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 greetings.php file loaded in VS Code (all lines of code shown)
- The application running in a browser
Part 1: Add the Greetings Class
- Create an empty folder for your application in the XAMPP htdocs folder named "cis367_wk2_gp3"
- Copy the index.php and display_name.php files from wk2_gp2 into this folder
- Add a file named "greetings.php" to the folder and add the code from the screenshot below to the file
Part 2: Update the User Interface to Use the Greetings Class
- Update the "index.php" code as shown in the screenshot below
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