Question: In your VCastle environment, create a PHP web application with the following properties: Project/folder name is LastName_wk5pa The web application consists of two pages, both
In your VCastle environment, create a PHP web application with the following properties:
- Project/folder name is LastName_wk5pa
- The web application consists of two pages, both titled "Your Name Wk 5 Performance Assessment"
- Web application first page:
- Has text entry fields for the following:
- Name
- Date of Birth
- Has a submit button that, when clicked, stores the Name in a cookie and the date of birth in the session information
- Name entry field display information as stored in the cookie
- Date of Birth entry field displays stored session information
- Has a link to the application second page
- Has text entry fields for the following:
- Web application second page:
- Has display fields that:
- Display the name as stored in a cookie
- Display the date of birth as stored in the session
- Has a link back to the application first page
- Has display fields that:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
