RE: [PHP] Telnet and PHP

2001-06-30 Thread Warren Vail
By "active user input", I would assume that you mean every time the user makes a keystroke, the keystroke is sent to the host machine. This is not a characteristic of html which only sends information to the host machine when some form of submit is clicked. The advantage of the applet for this s

Re: [PHP] Telnet and PHP

2001-06-30 Thread jon
23); echo $tn->read_till("ogin: "); $tn->write("admin\r\n"); echo $tn->read_till("word: "); $tn->write("thieso\r\n"); echo $tn->read_till(":> "); $tn->write("ps\r\n"); echo $tn->read_till(":> "); echo

RE: [PHP] Telnet and PHP

2001-07-01 Thread Warren Vail
arren Vail Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Telnet and PHP Instead of performing a send for each stroke, the user code type in a whole string in a text box, and then submit that string. I have found this code at http://www.phpbuilder.com/mail/php-general/2001051/1479.php: sock = fsoc