August 30, 200916 yr Hi Guys, I have data in an access data base which I need to export to an html page. This html page has to fit in with the rest of my site. Does anyone know how you do this? Links to how to’s welcome! Thanks
August 30, 200916 yr The only way I know of is to set up a MySQL database and import from Access, then use a little PHP to export as a table into your html page. See the lower part of the page:- http://www.wickham43.net/formphptomysql.php the top part is irrelevant to you. Check if your hosting service supports MySQL and PHP (you won't need to learn much PHP, most of the learning will be to set up a MySQL database.
August 31, 200916 yr Author Hi Guys, Found how to do this. Just in case anyone needs to known: You need to build mod in access which uses the PRINT # command. More details can be found here: http://www.meadinkent.co.uk/awebpage.htm Thanks.
Create an account or sign in to comment