Communicating between PHP5 and 'middleware'?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
PhpDog
Forum Commoner
Posts: 58
Joined: Mon Jan 14, 2008 10:23 am

Communicating between PHP5 and 'middleware'?

Post by PhpDog »

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?
Post Reply