Page 1 of 1

I want to run a c++ program on my web page

Posted: Sun Jan 17, 2010 7:44 pm
by eduard77
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

Re: I want to run a c++ program on my web page

Posted: Wed Feb 03, 2010 1:08 pm
by JNettles
This is more complex than you realize. If you really need to run compiled applications on your server, look into creating Apache modules.