Access db from web page

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
AirDavid
Forum Newbie
Posts: 2
Joined: Fri Aug 16, 2002 9:42 pm

Access db from web page

Post by AirDavid »

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
fatalcure
Forum Contributor
Posts: 141
Joined: Thu Jul 04, 2002 12:57 pm
Contact:

Post by fatalcure »

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.

Search google for ASP and Access.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply