Arkane Posted September 8, 2009 Share Posted September 8, 2009 Hey folks. I'm looking for some pointers. I've been hunting all over the internet, but haven't found myself any answers. What I'm looking to do is connect to an MS Access 2007 Database (*.accdb). the one I'm using is kept in the same folder as the php script, and is called "Games.accdb". There are 2 tables in it, the one I want being called "Titles", and it has 3 fields - "ID", "Title", and "Serial". Can anyone give me any pointers as to how to read from this, and ideally how to add more to it from php? Thanks all. Quote Link to comment https://forums.phpfreaks.com/topic/173590-access-database/ Share on other sites More sharing options...
RichardRotterdam Posted September 8, 2009 Share Posted September 8, 2009 This is the first result I get using Google http://www.w3schools.com/PHP/php_db_odbc.asp Doesn't that one work? Quote Link to comment https://forums.phpfreaks.com/topic/173590-access-database/#findComment-915006 Share on other sites More sharing options...
Arkane Posted September 8, 2009 Author Share Posted September 8, 2009 Thanks for that Kat. I've tied it, and it does indeed work, at least for the rudimentary trials I've tried so far. Just to be anuisance though, I'm looking t set it in the PH t cnnect to the file. It's something which I'm going to be putting on a remote computer which I don't have the ODBC thingy access to in control panel. Cheers anyways. Quote Link to comment https://forums.phpfreaks.com/topic/173590-access-database/#findComment-915100 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.