English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How to program or connect databases to web pages rather using web page forms you can save a databases...

2006-06-29 20:30:58 · 5 answers · asked by edwinbiasbas 1 in Computers & Internet Programming & Design

5 answers

This depends on what you mean by "database"

Now, a database CAN be a simple table in an HTML (web) document. The table may have headings across the top to identify the data in the columns under the heading. This is a database in simple form.

If you mean interactive relational database, then you cannot simply "make" one in a webpage.

Such a database, with user input and output, would need to be coded in a database language such as SQL, MySQL, MSSQL, these are what are called "data base query languages"

But wait! There's more! It gets worse!

Just the database language alone won't work. You need to have that language working for your database BUT another type of language needs to be used to PUT the information onto the web pages.

To that end you have PHP, ASP and a bunch of other web programming and scripting languages.

Putting a database online is not for the faint-of-heart and not even for the average web designer.

We design websites for a living, but we outsource our database programming and coding.

However, there are many php/mysql scripts out there, free of charge and ready to use. But you still have to know how to implement them in your pages and the hosting server you are on must support whatever database system and script language you want to use.

I hope that helps you understand a little more.

cheers from sunny Koh Samui in Thailand ;-)

2006-06-29 20:38:08 · answer #1 · answered by kcarter_99 2 · 1 0

PHP and ASP Languages are use to connect Web language to SQL database languages

2006-06-30 03:34:32 · answer #2 · answered by winston_lao 3 · 0 0

search google for phpmyadmin.

2006-06-30 03:34:01 · answer #3 · answered by mama_prito 2 · 0 0

http://www.php.net

2006-06-30 03:32:16 · answer #4 · answered by docsreader 1 · 0 0

mysql.com

2006-06-30 08:17:17 · answer #5 · answered by bow4bass 4 · 0 0

fedest.com, questions and answers