Question : How can i create an online database of all my clients?
Hello all, just wanted to know how i could create an online database including email addresses, phone numbers, etc of different companies ? I’d like it to only be accessible by certain people and prefably free. If anyone knows a good program or any other way to create such a database, please let me know. Thanks,
online database

Best answer:

Answer by go_cubs_go_usa
MySQL and PHP are both free under the open source license and have been very popular in the development community for just such a task. The are literally TONS of web hosting companies that support both platforms, so now, your final task is a basic knowledge of both languages.

Another option that would require less programming knowledge would be to go with DotNetNuke (DNN) and use the built-in User Administration section.

HTH