if statements; PHP and Perl; 100 points
The goal of this project is to introduce you to PHP and Perl and in particular the if statement control sequence.
P A R T O N E 50 points.
(i) Write xhtml strict 1.0 form front end that asks the user for his/her favourite color.
(ii) Write a Perl script to process the form and display a results page that thanks the user and has a background with user's said color.
P A R T T W O 50 points.
(i) Write xhtml strict 1.0 form front end that asks the user for his/her favourite color (you can use the same one as before just cp it.).
(ii) Write a PHP script to process the form and display a results page that thanks the user and has a background with user's said color.