Page 1 of 1

Regarding Compile C program using PHP

Posted: Sat Jul 11, 2015 12:38 am
by rajen.ghorecha
Dear sir,
I want compile C program using PHP script because i want to make a online C compiler
so What thing i need to compile program..

Re: Regarding Compile C program using PHP

Posted: Sat Jul 11, 2015 2:33 am
by requinix
Learn to use the exec family of functions. And how to use C compilers, of course.

You're not going to let just anyone compile and run whatever they want on your server, right?