CHeighlund
Programmer
I am working on a php project that is supposed to run on our servers, but read from an Access database on an attached client. (A program on the client side is supposed to call the php program; it's presumed that if the client program exists, then the target database file exists as well.) Servers are SuSE 9.3 Linux running Apache (not sure which version), Clients are going to be running either Win98 or WinXP. The clients do not have PHP installed on them, as far as I know, only the servers.
I'm looking into the ADODB setup to make the actual connections. (I'm not sure I can guarantee the DSN parameter of the odbc_connect, and ADODB doesn't mention that. I could be mistaken here, though.) However, the tutorials I've found online all seem to indicate that the database and the php installation are on the same system. I can count on the client's IP being sent to the PHP program from the client-side program that calls the PHP one, but I'm not certain what steps I'd need to take to bridge that gap the other way, and ensure that I can connect from my server-side PHP program to the client-side database.
Does anyone know of a good tutorial for how to handle this, or have some suggestions as to how I might begin?
I'm looking into the ADODB setup to make the actual connections. (I'm not sure I can guarantee the DSN parameter of the odbc_connect, and ADODB doesn't mention that. I could be mistaken here, though.) However, the tutorials I've found online all seem to indicate that the database and the php installation are on the same system. I can count on the client's IP being sent to the PHP program from the client-side program that calls the PHP one, but I'm not certain what steps I'd need to take to bridge that gap the other way, and ensure that I can connect from my server-side PHP program to the client-side database.
Does anyone know of a good tutorial for how to handle this, or have some suggestions as to how I might begin?