I want to run an c++ application in background on my web page but I don not know how to insert it between my php code.
Thanks
I want to run a c++ program on my web page
Moderator: General Moderators
Re: I want to run a c++ program on my web page
This is more complex than you realize. If you really need to run compiled applications on your server, look into creating Apache modules.