Ntombi
08-14-2003, 06:19 AM
i'm a student and i'm working on a univeristy website trying to create a means by which the students can view their academic results on this site. i needed to know how one links a database to a website. And when a query is sent which coding will enable the results to be reflected on the website.thank you
tikanet
08-15-2003, 09:36 PM
It's important to know several factors before a comprehensive answer can be proferred:
1) database system being used; ODBC, MySQL, Access, Oracle, etc.
2) scripting language preference; e.g., Perl, PHP, Python, etc.
3) web server software; e.g., IIS, Apache, Apache2
lawrephord60
10-24-2003, 09:16 PM
types of data bases 1 2 3 4 5 6 7 8
types of languages 1L 2L 3L 4L 5L 6L 7L 8L
types of servers 1S 2S 3S 4S 5S 6S 7S 8S
D L S
redcircle
11-06-2003, 06:34 AM
http://www.phpbuilder.com/columns/laflamme20001016.php3 there's a good article that explains how linking of databases works.
On that site you can also find tutorials on how to use PHP with mysql.