echo "hi its me lalit kumar mishra";
$t1=$_POST[compile]; // $t1 is file name of user file
$t2=$t1;
$t2 .= '.o'; // we are creating the filename with .o extension
$j="cd /var/www;"; // where the program exist.
$s ="$j"." gcc -c $t1"; // t1 is user filename with .c extension
$ss="$j"." gcc -o $t2 $t1"; // t2 is filename with .o extension
$sss="$j"." ./$t2"; // getting output of c program
exec($s);
exec($ss);
$var1=exec($sss);
echo "Output of Program= $var1";*/
?>
พอใส่ข้อมูลใน text area และส่งข้อมูลมาที่นี่ ไม่มีไรเกิดขึ้นเลยอ่ะครับ รบกวนขอความรู้หน่อยครับว่าเกิดจากอะไร