Communicating between PHP5 and 'middleware'?
Moderator: General Moderators
Communicating between PHP5 and 'middleware'?
I need to communicate with a proprietary database for which PHP does not have a driver. Using 'middleware' will bridge the gap. What way(s) would members here suggest to send SQL queries to a remote server / middleware application and receive back the data as an array?