Jump to content

MS Access, PHP


ian89

Recommended Posts

Hi. I need to start on this certain project but I basically do not know where to start.

We have this existing database of approved parts and their specifications, etc. in MS Access, and I need to make a more convenient way of accessing them, that is, through web interface in an intranet.

What I want to know is, where do you begin in PHP to make an Apache-powered web interface to retrieve data from MS Access.

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/98392-ms-access-php/
Share on other sites

Well first off I would transfer that database to a mysql database to help ease into php. Then it's a matter of creating forms similar to what you have in the access database in your choice of markup language. Then you need php code to process the pages that you are working with. You should be able to get all the information you need to do these things floating around on the internet, but a book might be a better place to start. I like the wrox books but everyone has a favorite.

Link to comment
https://forums.phpfreaks.com/topic/98392-ms-access-php/#findComment-503545
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.