Question: Open and test the application 1. Start the Chrome browser and run the application in the ex_startstch07_ex1 directory. To do that, you can use this

 Open and test the application 1. Start the Chrome browser and

Open and test the application 1. Start the Chrome browser and run the application in the ex_startstch07_ex1 directory. To do that, you can use this URL: http://localhost/ex_starts/ch07_ex1/ This should display a form that has a variety of controls. 2. Enter some data, including a valid email address, and click on the Submit button. This should only display the data that you entered for the email address. Write the code that gets and displays the data entered by the user 3. Open the index.php file for this application and review the code. Note the names that are used for the various input controls. 4. Open the display_results.php file for this application and review the code. Note that most of the code that gets data from the controls is missing. In addition, most of the code that displays this data is missing. 5. Add the code that gets the data from the controls on the first page. Then, add the code that displays this data. 6. For the radio buttons, display a value of "Unknown" if the user doesn't select a radio button. 7. For the check box, display a value of "Yes" or "No" depending on whether the user has selected the check box. 8. For all fields that allow the user to type text into the field, make sure to convert special characters into HTML entities before displaying that data on the second page as described in figure 7-8. 9. For the comment field, make sure to convert new line characters to tags so the web page can display new line characters correctly. 10. Test the application to make sure it works correctly. To do that, you can test

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!