I want to allow users to modify data in an network Access database
using a web page on my web server. This is what I have so far
A. Web Connection
I have a W2K Server running Apache.
I have a fixed IP and I have the ports setup so I can access
from the web, the starting page in Apache. So I know that outside
web users can connect to my web server.
B. MySQL
I have also installed MySQL and PHP. Both Apache and MySQL are
running as services. I can (from a dos prompt from the W2K Server)
run mysql (no user or password so far) and it comes up. I can create
and edit tables. So I think MySQL is setup correctly.
C. PHP
I can run through the web site a simple "Hello World" PHP script
So I think PHP is working.
Can mySQL be setup to access and change a network Access database.
I have downloaded myODBC.
I would like to eventually use PHP to allow users to access and
change data in the Access database linked to MySQL using a web page
running on my Apache Web Server.
Can this be done? Am I on the right track?
TIA-TOMG