Question: Create a Web page to be used for storing software development bug reports in a MySQL database. Include fields such as product name and version,

Create a Web page to be used for storing software development bug reports in a MySQL database. Include fields such as product name and version, type of hardware, operating system, frequency of occurrence, and proposed solutions. On the main page you display all the reported bugs (hint: use a table). Include a link at the bottom of the page which takes you to another page where you can create a new bug report. Furthermore, add a link after every filed bug report, which takes you to a page where you can update the selected existing bug report. When updating an existing bug report make sure the input fields are filled with the input already given, so the user knows what the input was before updating. This input can be retrieved from the database.

It need to be done using php&mysqli( 3 pagees, one where I have a table to display a table with the details of the report, a page where you create a bug report, and one for an update. Thank you, I have some codes but they are not working.

Maybe you can help me,

Thank you

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!