How to let a C++ application to receive data from PHP?

hellbender212

New Member
I have developed an application on C++. And I would like to connect my website to the C++ software.I want the website to send a string or an image to the C++ application; then after the C++ receives the string/image, it will process it and return the output back to the website.My question is how to let the website (which is hosted on my local server) to send a direct message to the C++ application which is also hosted on my PC.Thank you !
 
Back
Top