Hi All.
do you know how to 1. get data 2. put data 3 query data 4. open and close the database
in a Ms Access (.mdb) database? (I just know how php work with mysql, but i don't know how to work with Access)
thx
As a followup, using PHP, can you connect to a database that is on a differnt server than the actual php page accessing it? I may wnat to have my php pages on a Linux server access an Access database on a separate Windows server.
You can access mysql files in Ms Access through MyODBC driver. But, as far as I know, you cannot add data in Access files with PHP. PHP is a server side language, Access just accessing personal files "looks" like database. Thanks