Hi, i am trying to write a simple php and flat file database to record fault issues..
I just need a form which i enter the following..
ID (auto increment)
Priority (High, Med, Low) Drop Down
Employee
Fault Description
Date/Time
Status (Open) by default
On submitting the form a webpage will display the issue(s) highest priority at the top to the lowest at the bottom (in date order). Will use colour like a traffic light to visually show the fault priority (red = high, amber = mid, green = low)
Once an issue has been resolved, i can select a fault and change the status to closed.
Please can someone help me with writing this… At a guess there will be 2 pages.. one to display the faults, the other to create / update??
Many thanks
Brian
I just need a form which i enter the following..
ID (auto increment)
Priority (High, Med, Low) Drop Down
Employee
Fault Description
Date/Time
Status (Open) by default
On submitting the form a webpage will display the issue(s) highest priority at the top to the lowest at the bottom (in date order). Will use colour like a traffic light to visually show the fault priority (red = high, amber = mid, green = low)
Once an issue has been resolved, i can select a fault and change the status to closed.
Please can someone help me with writing this… At a guess there will be 2 pages.. one to display the faults, the other to create / update??
Many thanks
Brian