How should we set up an online database?
I am building a database ( in ASCII text format) which I want to put online and want to:Â
1) Allow others to query it.
2) Allow others to submit entries
(with administration approval first if possible).
I am building a database ( in ASCII text format) which I want to put online and want to:Â
1) Allow others to query it.
2) Allow others to submit entries
(with administration approval first if possible).
Miguel Montano
Usually online database of the WWW run through web server. It includes MySQL as the data management system. Internet is nothing but a complex database application which is built on these popular components that are free and available.
Starting with PHP let you learn the basic of accessing MySQL database. You can go for learning tons of books and online service. If you have no experience in scripting or web development.
You can get some useful tips through forum too. In addition to that you can try the following address to learn more.
MySQL: https://en.wikipedia.org/wiki/MySQL
PHP: https://en.wikipedia.org/wiki/Php
WAMP/MAMP/LAMP: https://en.wikipedia.org/wiki/List_of_AMP_packages
Hope this helps.