Create a list of several elements you think should make up a login page. Make sure to obtain instructor approval for the elements of your login page. Consider the execution flow to capture the user interaction.
Execute this assignment according to the following
guidelines:
1.In MySQL, build the necessary tables to store the information
required during the log in process.
2.In PHP, write the functions that will enable the capturing of user input and store in the database.
3.In HTML, build the functional login form to capture user login.
4.In PHP, perform the necessary user authentication. Before you code, document every detail of the user experience such as: number of login trials allowed, constraints on the password, etc.
5.Based on the desired interaction and data captured, build the MySQL tables to store this information and enable the desired functionality.
6.Connect the Registration and Login pages.
7.Document any revisions that might be necessary to code, schema, tables, or user interface created in the previous module.





Create a list of several elements you think should make up a login page. Make sure to obtain instructor approval for the...
1. In MySQL, build the necessary tables to store the information required during the blog posting process. 2. In PHP, write the functions that will enable the capturing of the new post and store in the database. 3. In HTML, build the minimally functional form to capture the new post. 4. In PHP, perform the necessary verification of compliance with constraints you decided upon. Before you code, decide and diagram every detail of the user experience such as: size of...
I am creating an Android application that has a login/registration page. To be able to use the application, the user must be 21 + years old. I have previously created php files for login, register, and update user info. I am having trouble on where to add code that will check if the user is 21+ into the update_user_info.php file I have created. I have figured out the correct mysql command to add to the php file, I am just...
PHP Programming In this project, you will create a Web page that allows visitors to your site to sign a guest book that is saved to a database. Create a new document in your text editor and type the <!DOCTYPE> declaration, <html> element, document head, and <body> element. Use the strict DTD and “Guest Book” as the content of the <title> element. Add the following text and elements to the document body: <h2>Enter your name to sign our guest book</h2>...