New to PHP. Wanted to use a access database on web site so user could make selection and have the input query my database. I am using Earthlink as my web service and they can not handle access to a access database. They said I could try with PHP. So my question??? How do I connect my web page to my access database to run queries. Thank you for your help. David
if the server your hosted with does not support ODBC, then you cannot use PHP with Microsoft Access, instead use ASP and the non-ODBC connection method to do so.