Quote:
Originally posted by sde
shell_exec() has me scratchin my head .. i can't make it output either. i'll be testing some more today.
|
I also tried doing cp /bin/rm /bin/rs just maybe because PHP team didn't think having rm was very safe but still it fscks up! I have no idea on this one. And sde I think what you have to do for shell_exec() is
$output=shell_exec("echo 'ALL YOUR BASE ARE BELONG TO US!!!!'");
echo $output;
May be wrong though...