Hi,
I am fairly new to php to start things off. I just want to get some ideas or info how/where to start. I was looking for:
Issue tracking script
I have 16 people under me. And I need to track down issue for each and everyone of them. I have the list of the issues they need. Maybe what I am saying is I need a script where in they can choose their name and then choose the issue they had and save it to the database. After saving to database it goes back to index.php where they can choose their name again and choose another issue and save again. And I need the issues sorted by date and by name because I will be generating a report.
Task Management
Same goes for the previous script. I need to manage the task for the 16 people. Each person has his/her own task that I need to track down. Once the task is done I can delete it or mark it as done.
Any input would be greatly appreciated. Thanks In Advance.