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

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
eduard77
Forum Newbie
Posts: 17
Joined: Sun Nov 22, 2009 10:10 pm

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

Post 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
User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

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

Post 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.
Post Reply