Web Programming THIS IS URGENT
chaos1678
Question
This is done using HTML/CSS/JS/PHP
- Create a PHP page with a simple web form
- Include at least
- Two text fields (<input type="text">)
- One drop down (<select>)
- One radio button group with at least two radio buttons (<input type="radio"> //same name attribute will cause them to group together)
- A submit button (<input type="submit">)
- Set up PHP code to validate that all fields had values entered
- Create styled error messages if fields were not completed
- Output the values entered on the page using PHP
Details
Purchase An Answer Below