[PHP] Re: telnetty/phpy/unixy thing

2001-07-24 Thread Philip Hallstrom
I don't remember the exact terms, but telnet won't work unless it's connected to a tty (ie, you're running it from a command prompt). That's why it works when you run it with the PHP binary. If you're intent on using this method, there's a couple of programs to look at: socket, and netcat.

[PHP] Re: telnetty/phpy/unixy thing

2001-07-24 Thread Benjamin Bleything
Ahh! Excellent. Thanks for the tip! Ben Date: Tue, 24 Jul 2001 16:39:56 -0700 (PDT) From: Philip Hallstrom [EMAIL PROTECTED] To: Ben Bleything [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: telnetty/phpy/unixy thing MIME-Version: 1.0 I don't remember the exact terms, but telnet won't