Hi experts.
I have a problem.I wanna run binery using php,but i cant.
chk this out
<?php
$com=("gcc -o new new.c");
system($com);
?>
Note:I'm using Fedora-7,Apache2,PHP-5.1.1 and i was logged on as root.
i used exec() function too btu it also fail.Please help me.
