Suppose my web app is written in PHP & Mysql on the standard LAMP stack etc…and I have some uber awesome and complex algorithm compiled as an executable in some other desktop programming language such as C++, Java, or C running in the backend….how would I go about passing data and information between the PHP script on the webapp and the running backend?
Share
I have no idea what you are doing, but have you looked at exec() system() etc?