[PHP] Re: Pipe $var to a shell command

2003-06-13 Thread Tim T
" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok, last reply from me I think... Must read until I know for sure before I > post... > http://se.php.net/manual/en/function.proc-open.php seems to be just what you > need! > > "Tim T" <[EMAIL PROTE

[PHP] Pipe $var to a shell command

2003-06-13 Thread Tim T
I have a mem var $myoutput I would like to pipe it to the input of a shell_exec command. I tried shell_exec("command < $myoutput") however this is not quite right. Anybody have any ideas?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php