Originally posted by: amdfanboy
Originally posted by: KydLynx
yeah, its gonna have to be for more than 5 users.
big clients.
Yeah, it shouldn't be too hard to develop it, but I would take some time. You might want to post it on some of the pay for code sites and get people to make an offer. It would probably take about 2-3 hours to code it and maybe a bit longer with an admin interface. Judging by the fact you didn't know how to do this, I wouldn't recomend you doing it yourself (no offense). Like I said, maybe one of those open projects sites.
Personaly, I think if it was only for a limited amount of users (<100) you could do it with XML or some other flat file and avoid the database thing all together, but after that you want to use something like SQL for speed. If you do use a flat file, MAKE SURE YOU USE HASHES AND PUT IT IN A NON-WEB ACCESSABLE PLACE.