Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE SOLVE FOR PHP. Analysis and Design Documentation (15Points) - Should be at least in 3 pages (including the cover page). - Analysis: Definition of
PLEASE SOLVE FOR "PHP.
Analysis and Design Documentation (15Points) - Should be at least in 3 pages (including the cover page). - Analysis: Definition of the field and WHAT the Application is going to do (Requirements Definition). - Design: Definition of HOW you planned to meet these requirements. - Database Design (Database, Tables and Columns). - Design of the screens. Php files to create DB and Tables in DB (15 Points). Application (php/html codes in one folder) (70 Points) - Should have at least two forms: One for Authentication (Userid \& Pasword) and the other for CRUD (Create Read Update Delete) operations. - For both forms, you should have seperate tables in Database, one for authentication and one for the CRUD operations. - The users passing the authentication should be able to do the CRUD operations. - For CRUD operations; - You should be displaying the records in the Database in a list. - Created records should be displayed in the list, records to be updated should be first Read to the input fields on the related form. Updated records should also be reflected in the list. Deleted records should be removed from the list. - For each CRUD operation there should be a specific icon to be usedStep 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