Question: HTML Create a database store in which admin table exists through which admin login to access admin panel make a web page through admin login
HTML
Create a database store in which admin table exists through which admin login to access admin panel make a web page through admin login and create a page where admin data retrieved displayed as given below there should be option through admin can block and unblock admin user account the block admin user cannot login to admin panel.
Admin (table): admin_id, username, password , status

By clicking Activate button the status should change to Active and in action the block should be appeared and similar by clicking block button the status should change to Block and in action the Activate button should be appeared as shown above.
ADMIN USERS USERNAME PASSWORD STATUS Action admin123 123456 Blocked Activate ali123 123456 Active BLOCK Ahmad 123456 Active BLOCK
Step by Step Solution
There are 3 Steps involved in it
To create an admin panel with the described features follow these st... View full answer
Get step-by-step solutions from verified subject matter experts
