On Wednesday 03 April 2002 01:05, Anzak Wolf wrote:
> >On Tuesday 02 April 2002 22:10, Anzak Wolf wrote:
> > > Since no one seems to have heard of a php driven list server could
> >
> >someone
> >
> > > get me started on writting my own by telling me who I would read from
> > > stdin.
> >
> >fopen("php://stdin", r);
>
> How does that relate to readline()?With fopen() you can do something like: cat textfile | myprog.php readline() is for interactive input. What exactly are you trying to do? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* It's not the inital skirt length, it's the upcreep. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

