How should we set up an online database?

Asked By 220 points N/A Posted on -
qa-featured

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).

SHARE
Answered By 0 points N/A #119706

How should we set up an online database?

qa-featured

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.

Related Questions