I have php running on one server. I access data from the SQL database all the time. I would like to access data from another SQL database on another server on my network. Can PHP do this? If so, how?
I have tried ADO and ODBC, but it gives errors about the servers not being in a relational database listing. I was not sure if it could find the SQL server across the network.
thanx