I am really hoping someone out there can help me.
I have created a php login scenario on an external isp's cgi servers.
So far so good, but as new users create their logins I'd like the php registration process to look up a database table that holds valid passwords so not just any Tom Dick or harry can register.
My problem is this: I don't hold the database. It is an MS Access databe maintained elsewhere in the country.
Is there anyway the database maintainer can, for example, ftp the MSAccess table (or query) straight to the server that holds my sql datafiles (the ones used in my php logins)
And then, what would be required for my php script to make the required checks?
Thanks for your help - Everyday I learn a heap more.