| Junior Member with 2 posts. THREAD STARTER | | Join Date: Jun 2011 Experience: Beginner | |
Issue tracking system Hi there,
I am making an issue tracking system in php Mysql using Wamp 5.x
I have two forms - add issue and edit issue.
Add issue form has 11 attributes. Edit issue form has 4 attributes. My database table has 11 attributes.
I have following problems :
1. In the add issue and edit issue forms, there are a couple of dropdown boxes. The data from the dropdown boxes when comes into the database isn't really in text form but in number form (position in the dropdown). how to make it capture the text from dropdown?
2.How do I add the functionality for searching for issues by ID number (primary key) and by district or by type which are the fields in the database table.
3. How do I get the entire table entries into a web page for viewing for the public? although I am using authentication for users. As in the entire list of issues with all its columns.
Hoping for someone to resolve these asap.
Thanks in advance. |