Forum Moderators: phranque
I want to create a user database and edit wherever I go so I want a tool or site that offers this feature.
The tools you will need to write for an online database are as follows:
a database which can handle lots of traffic (server based like mySQL or MSSQL, etc. - not Access or FileMakerPro)
a web host that supports scripting languages on their OS. Windows hosts will support ASP and perhaps others, Unix hosts most likely will support PhP. JSP, ColdFusion are two other good choices.
a good text editor to write your code in your chosen language or a GUI tool like Dreamweaver which can write the basic code for you
time to study and learn. I recommend www.w3schools.com for ASP help, www.php.net is good for PhP. There are many others.