I've got a intranet site for submitting workorders. It runs running smoothly. I'm using php and mysql. I would like to have the ability to search the database for workorders. My table is shown below:
workorder(
username,
location,
datesubmitted,
issue,
status,
dateresolved,
resolution
)
I would like to set up a form that would query the database with user provided data. I would like the search page to work like the keyword search here on tek-tips.
Does anyone have any ideas or know of any tutorials I could reference?
workorder(
username,
location,
datesubmitted,
issue,
status,
dateresolved,
resolution
)
I would like to set up a form that would query the database with user provided data. I would like the search page to work like the keyword search here on tek-tips.
Does anyone have any ideas or know of any tutorials I could reference?