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
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
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
3 matches
Mail list logo