Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

create a PHP web application with the following properties: Project/folder name is LastName_wk2pa The web application consists of a single page titled Your Name Wk

image text in transcribedimage text in transcribedcreate a PHP web application with the following properties: Project/folder name is LastName_wk2pa The web application consists of a single page titled "Your Name Wk 2 Performance Assessment" The web application has text entry fields for the following: Name Date of Birth Favorite Color Favorite Place To Visit Nickname The web application has a button to submit the information On submit, the following occurs: Fields with values are displayed below the submit button, including an appropriate label (e.g. "Your name is " + the value in Name field) Fields without values will display a message indicating the value wasn't entered (e.g. "You didn't enter your name") Once the web application is functioning as desired, configure the application for debugging using XDebug, run the application in debug mode and take the following screen captures: Application running, stopped on a breakpoint (screen capture of VS Code showing the breakpoint and the execution stopped with local and super global variables visible) Remove the breakpoint and add an echo statement at an appropriate location and take screen captures of the following:

No one has sent the right info yet.

create a PHP web application with the following properties: Project/folder name is LastName_wk2pa The web application consists of a single page titled "Your Name Wk 2 Performance Assessment" The web application has text entry fields for the following: Name Date of Birth Favorite Color Favorite Place To Visit Nickname The web application has a button to submit the information On submit, the following occurs: Fields with values are displayed below the submit button, including an appropriate label (e.g. "Your name is " + the value in Name field) Fields without values will display a message indicating the value wasn't entered (e.g. "You didn't enter your name") Once the web application is functioning as desired, configure the application for debugging using XDebug, run the application in debug mode and take the following screen captures: Application running, stopped on a breakpoint (screen capture of VS Code showing the breakpoint and the execution stopped with local and super global variables visible) Remove the breakpoint and add an echo statement at an appropriate location and take screen captures of the following: The code where the echo statement was placed The application running with the echo statement not present. The application running with the echo statement present. Remove the echo statement and add a var_dump call at an appropriate location and take screen captures of the following: The code where the var_dump call was placed The application running with the var_dump results showing Example of how the application should look when running: A Your Name Wk 2 Performance As x+ C(i) Enter your name: Enter your birthdate: Enter your favorite color Enter your favorite place to vist: Enter your nickname

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

IBM Db2 11 1 Certification Guide Explore Techniques To Master Database Programming And Administration Tasks In IBM Db2

Authors: Mohankumar Saraswatipura ,Robert Collins

1st Edition

1788626915, 978-1788626910

More Books

Students also viewed these Databases questions

Question

=+ Are these impediments deliberate?

Answered: 1 week ago