> hi, > > i've a simple question: > > how can i read the stuff that got piped ("|") to the php-script? > > i.e. "ls -l | /home/myuser/phpscript.php" [snip]
It is the stdin of the script, you can open that file handle with fopen( "stdin", "r" ); i believe Slide -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php