|
Ok, here is the basic difference: DBMS (database management system) such as mysql serve as a warehouse of data which is stored in a structured format. HTML pages is the representation of that data in human friendly, Server pages (Scripts) written in a server side language such as php or asp are used to connect to dbms to store or retrieve that data.
Last edited by dman_2007; 02-22-2008 at 12:24 PM..
|