i need creat login page ues Microsoft Expression Web4 in need login form.php and login code.php
this language for php
Design a web application for a Visitor Management System with the following specifications (Use Bootstrap in all the pages): This project aims at maintaining all the information pertaining to visitors, and help them manage in a better way. 1. Design a Homepage which contains a navigation bar in the header. The header should be shown in all pages, navigation bar contains items for About Us Contact Us, Login, Add visitor and Search visitor. The navigation bar should show which menu item is currently active. Include three images with the same shape. Include a footer using "well" containing the message "Copyright 2021". Use glyphicon for the copyright symbol. The footer should also be visible in all pages. 2. Design a Login Page with username and password and apply necessary validations. Once logged in this page should contain a navigation bar in the header. The navigation bar should contain items for Home, View visitor and logout. a. The View visitor page should allow the user to view all the records in a Bootstrap table and sorted according to visitors' name in ascending order. It should only show the primary key or ID, visitor Name, and two (2) other fields. The links for update and delete should be included in the view page. There should be a link to go back to the Home b. Allow the user to update a record. Provide a message for successful updating of record. There should be a link to go back to the view visitor page. C. Allow the user to delete a record. Provide messages for confirmation and successful deleting of record. There should be a link to go back to the view visitor page. 3. Design Add visitor page which should contain a form and a table that should allow the user 3. Design Add visitor page which should contain a form and a table that should allow the user to enter details for the visitor username, password and blood details etc. The form should include different input form elements such as text boxes, drop down, check box and radio button. The items should be validated if it is empty. It should also be validated according to the type of input elements. There should be a navigation link to go back to the homepage. a. When the Submit button is clicked, it will proceed to another page that will save the visitor details in a database. There should be at least one condition and one computation. Then display the output on the screen. Format dates accordingly. There should be a link to go back to the homepage. The data should be saved in a database table. Provide a message for successful saving of record. Design the table accordingly. b. Insert three (3) records into the table through the Add visitor form. 4. Design Search visitor page which will include a form that will allow the user to search for specific information (ex: list of all visitors). The form should include different form elements like Add visitor page. The items should be validated if it is empty. It should also be validated according to the type of input elements. There should be a navigation link to go back to the homepage. 5. The About us page should contain paragraph about visitor management. A responsive image should be added; the page should include hyperlink to go back to Homepage. 6. The Contact us page should contain the telephone number, email, Instagram, twitter, use glyphicon for the telephone, email, Instagram and twitter, the page should include hyperlink to go back to Homepage Description Max. Marks Actual Marks Item All Applicable Pages Bootstrap Concepts 1. Homepage CDN, layout, bootstrap tables, buttons etc 1 Navigation bar 0.2 Images 0.3 Link to all pages 3 images With footer message (all pages] Usage of glyphicon footer 0.25 Glyphicon 0.25 2.Login Page Login Form design and coding 2 2a. View page view links View in ascending order 0.625 Links for update, 0.3 delete and home Page 3 of 6 2b. Update page update 0.75 Update the necessary records with message Link to view page 0.1 2c.Delete page delete Delete record with message 0.75 Link to view page 0.1 3.Add page form Design form with action file 1 code Code file Empty validation 0.25 Email validation 0.25 Phone validation with pattern 0.25 Number validation 0.25 Password validation 0.25 URL validation 0.25 Link to home page 0.125 0.25 . . error file Creation of DB, Save the details in to database Computation or calculation 0.75 0.25 Format dates 0.25 Display outputs 0.5 Link to home page 0.1 4.Search Design and code 2 Empty validation 0.1 Link to home page 0.1 5.About us Paragraph 0.25 Responsive image 0.25 Link to home page 0.1 6.Contact us Glyphicon for telephone (any 3) 0.75 Link to home page 0.1 TOTAL 15 Note: Topics for self-study tasks are given in bold and italic letters in the above of 5.0 marks. 2. Design a Login Page with username and password and apply necessary validations. Once logged in, this page should contain a navigation bar in the header. The navigation bar should contain items for Home, View visitor and logout. a. The View visitor page should allow the user to view all the records in a Bootstrap table and sorted according to visitors' name in ascending order. It should only show the primary key or ID, visitor Name, and two (2) other fields. The links for update and delete should be included in the view page. There should be a link to go back to the Home. b. Allow the user to update a record. Provide a message for successful updating of record. There should be a link to go back to the view visitor page. c. Allow the user to delete a record. Provide messages for confirmation and successful deleting of record. There should be a link to go back to the view visitor page