Easiest way is with ASP and an Access MDB,
the best way is with PHP and a MySQL DB..

if you decide to use asp,
go to http://www.ewebcity.com and sign up.. its free, and its asp...

after than, email me, and I can send you some sample code that works like this


http://www.whatever.com/folder/page.asp?PageID=MyPage

and you store the ID of the page (MyPage) in a field in the database(the field is PageID),
then you use some nifty SQL to do a select for the page ID supplied...

IE:

Code:
Select * from tblMyPages where PageID=............
I don't remember the code right now,
but I will send you the whole file if you email me...