On Tuesday 05 August 2003 13:25, Nicolas Frisby wrote:

[snip]

> executes the script with arguments), I attempted some piping; which,
> through very shallow research, I've come to think uses STDIN.

I don't think it does.

> It fails; no piping whatsoever. Even the simplest 'dir | echo.php', where
> echo just implodes() $argv and echoes, gives no output.

If all you're interested is in the results and not how you get there, then 
forget about $argv and just simply parse STDIN to get your 'arguments'.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Wonderful day.  Your hangover just makes it seem terrible.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to