Re: MySQL question
You will need someone to create server-side script that displays data from the database, an optionally, allows them to add, edit, delete or export the data. PHP is an ideal scripting language for this purpose.
Hosting companies also provide a database manager (such as phpMyAdmin) for you to manage the database yourself. But you will never want to allow other people to use that.
|