On Sun, 2002-03-03 at 19:32, Ken Tossell wrote: > What var is the piped data placed in? > > Php 4.1 executable rhlinux 2.4.17
I'm gonna assume that you mean that you're doing something like this: % cat somefile.txt | script.php In which case, you'd need to fopen() the file 'php://stdin' and read from it. Hope this helps, Torben -- Torben Wilson <[EMAIL PROTECTED]> http://www.thebuttlesschaps.com http://www.hybrid17.com http://www.inflatableeye.com +1.604.709.0506 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php