Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MY SQL with PHP - creating a tracking database

Status
Not open for further replies.

kate5731

Technical User
Nov 4, 2002
2
GB
I am looking to create a bug tracking database using these tools, I do have a deadline so i am wondering whether to use Dreamweave MX too?
The three main things i want the bug tracker to do is to allow users to log into system and view assigned bugs to them, allow customers to email bugs straight into our database and to allow email alerts to be sent out as and when the staus of the bug changes.
I am a beginner but need to create this system also any advice would be great - thanks
 
This sounds like an application that would be perfect for PHP and mySql.
I have built something similar recently and the best place to start is or freshmeat.net , download a similar app and have a look how its done.
Things like session management and email are quite straight forward in php, then all you have on top of that is the forms to provide a front end to your DB.

HTH

JEz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top