T thickglass New member Joined Nov 17, 2016 Messages 1 Points 0 Nov 17, 2016 #1 Hi guys, is there a way to run a C++ app via PHP on linux server?
Rob Whisonant Moderator Joined May 24, 2016 Messages 2,489 Points 113 Nov 18, 2016 #2 Yes... Use the PHP exec function to execute the C++ binary that was compiled with a linux compiler.