Regarding Compile C program using PHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
rajen.ghorecha
Forum Newbie
Posts: 1
Joined: Sat Jul 11, 2015 12:32 am

Regarding Compile C program using PHP

Post 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..
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Regarding Compile C program using PHP

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