Connecting to access with php is very simple. You will need to be able to access the IIS control panel to set things up. Otherwise you need to talk to the server admin to set an ODBC Connection for you. Also, make sure that the db is on the web server.
1.) Create an ODBC Connection. Here are instructions.
2.) Establish a connection through php (See the above link for more in depth examples):
<?php
$conn=odbc_connect("DSN","" ,"");//Replace DSN with your Data Source Name created in step 1
?>
Good luck!
buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
I would go with PHP and MySQL, however it's all up to you. PHP and Access will work fine as long as the site doesn't receive a lot of traffic.
buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137