Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please if you triyng to solve it comment that you are working on it A database named my_db consists of two tables. Users Info table
please if you triyng to solve it comment that you are working on it
A database named "my_db" consists of two tables. Users Info table as 'users' and info table as data the user table should contain - id integer, username varchar, password varchar The data table should contain = game number integer, same name varchar, console .varchar, release date (date), quantity integer, price Integer All pages of the site are linked to one suitable css format file A login page linked to the users table in the database. Create a session for the user when logging in. There is an option for the user to remain registered for only 7 days using cookies. Create a new user page with the information you see fit. With a link to the page .from the login page. Encrypt the password before storing it in the database. .Display the data in a data table in the form of a table. The "Delete and update" option is in front of each record on the data display page, with the record being deleted directly when you press delete. A page for update an existing record appears when you click on the "update .record" button. A page to add a new record with a link to it in the data view page. a Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started