Communicating between PHP5 and 'middleware'?
Posted: Sat Mar 08, 2008 9:09 am
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?