I'm a total newbie to the world of PHP, so please bare with me
I'm considering how I should publish an MS Access database that I have. The thing is i'm updating this DB through MS Access too, so i'd rather keep this original format.
But I also want to build a couple of HTML pages with content from the DB, and i'm considering how I should do this.
The "simplest" solution would be to grab the MDAC 2.7 and do it in ASP I guess
But is it possible to combine/access an MS Access database through PHP?