Hello,
I am trying to use the system function, and it works good, except for when i run this:
$result = system("some_command");
$result contains the variable, but it also prints the results to the screen. Is there a bug.
Bill