Does anyone have any suggestions as to the best way for handling multiple databases with php? I know some people do mirroring or clustering.. but i really am not too familiar with using more than one database. Any input would be great.
I think all you need to do is create a connection to each database and off you go. I do this fairly often. Having a connection object obviously makes this a lot simpler because the code does not have to care which connection it is using.