Bob Sharp wrote: > > I use Classic ASp on my website - www.ProBowlUK.co.uk - to provide > msAccess databases. > > I will be re-writing the layout of the website in CSS instead of > tables. > > I'm thinking of using PHP to "include" files of the menu and links. > > What are the merits of PHP and ASP for datbases and Includes ? >
All scripting aside, access is a HORRIBLE web database. It's great for tiny local projects, but its pretty much on par with running flat-files. I like classic ASP, but only with sql server. your best bet is to move to php/mysql. hosting is cheaper, if anything.
