i
I am back.
I am doing a program that connects to various databases and retrieves information from a table that is located in each of those databases.
I was told to either set up an array with the directory of each system, or set up an array of each of the database names and go from there.
But I'm lost.
The program is to kick users who are on the system off for maintenance, and only the admin can do it.
Can anyone point me in the right direction?
The page that calls the tables from each database is set up so that the tables are called from a table wrapper file where the database should be called in the arrays.... but another person told me the array should be listed in the initial config file itself and connected to the databases all at once there. So i'm not sure which would be the best way and just contemplating that has got me totally lost.
Confusing huh?