On Jul 8, 2008, at 2:52 AM, 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 ?
Two tools that do similar stuff. As far as I know, PHP won't help you with an Access database. SQL Server or mySQL (or a few others) it can do, but not Access. If all you're looking for is including files, ASP should do that too. Personally, I stay away from ASP, but if your solution works great, there's no reason to switch to PHP. -D. Israel [EMAIL PROTECTED] http://www.customcodebydan.com AIM: JudoDanIzz [Non-text portions of this message have been removed]
