Page 1 of 1
Communicating with software???
Posted: Tue Nov 07, 2006 11:19 pm
by cturner
I am wondering if there is a way for PHP to communicate with software? The software will be grain trading. Grain trading is like trading shares except it is trading grain. If so how?
Posted: Tue Nov 07, 2006 11:35 pm
by volka
Depends on the interfaces the trading software offers.
Posted: Wed Nov 08, 2006 4:02 am
by ibbo
You can pipe input and output into other apps but the more complex theya re the harder it will be.
check out
http://uk.php.net/popen
ibbo