Forum Moderators: phranque

Message Too Old, No Replies

online database

online database

         

krikri

5:51 pm on Jan 2, 2004 (gmt 0)



Can someone show me a tool to create mysql database online and another to create user authentication system (Log In system) online.

I want to create a user database and edit wherever I go so I want a tool or site that offers this feature.

txbakers

6:23 pm on Jan 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Krikri, welcome to Webmaster World.

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.