Jump to content

Linking to Access Databases in php


almystersv

Recommended Posts

Hi Guys,

 

I would like to have links to Access Databases on my php page. Is there any other way than

<a href="TestDatabase.mdb">Invites Not Renewed</a>

?? As it is very slow and a pop up appears asking the user to open or save it.

 

Any ideas will be brilliant.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/86195-linking-to-access-databases-in-php/
Share on other sites

Make sure when the user goes onto it all they see is the form they should, with no toolbars, menus etc.. Then perhaps (haven't tested it) if you use <iframe src="TestDatabase.mdb"> and it will appear within the page. That should work, or do you want it to be for them to download it?

 

Sam

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.