Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Instructions Create a new > Project with your name in the title (eg. smith4). In this project, create programs as follows: Program 1 Create an
Instructions
Create a new > Project with your name in the title (eg. smith4). In this project, create programs as follows:
Program 1 Create an HTML page with a form that displays a drop list with four options. When the form is submitted, a PHP file uses if...elseif...else blocks to generate a response to the option selected. See Sample Output next. How did you hear about us? I am a regular customer Submit Form Excellent. We love our regular customers! How did you hear about us? From a friend Submit Form Please thank your friend for us. How did you hear about us? On television Submit Form We are glad to hear our TV ads are working. How did you hear about us? In an online search Submit Form We work hard to be found on Google. Program 2 Create another virtually identical HTML file, but make it execute a different PHP file. This second PHP should generate exactly the same output as above, but it must use a switch. Program 3 Write a program that uses nested loops to generate a right triangle exactly as shown next: OStep 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