Home /
Expert Answers /
Computer Science /
2-create-the-following-html-form-1-mark-programming-language-drop-down-list-contains-the-follow-pa589
(Solved): 2) Create the following HTML form. [1 mark] programming language drop-down list contains the follow ...
2) Create the following HTML form. [1 mark] programming language drop-down list contains the following languages: Rust, Java, PHP, Scala Registration Form fill in all fields and click Submit. Your Information First Name: Last Name: Email: Phone: Programming Languages Which programming language do you want to learn? Operating Systems Which operating system do you prefer? ? Windows ? Mac OS ? Linux ? Other Once the user clicks on the submit button, it will call a PHP script titled insertion_handler.php, which is responsible for adding the user information and preferences as one record in the 'mails' table. It is also responsible for postvalidation as required in point (3) below. Use the form to insert few records in the 'mails' table.