Re: [PHP] Can PHP works with telnet?

2006-01-23 Thread Michael Crute
On 1/22/06, HoWang Wang <[EMAIL PROTECTED]> wrote: > Hi all, > > Recently I got a job to write a PHP webpage to display some infomation > which have to obtain from telnet. Telnet is the only way to query the > software. I have made a quick search on php.net but I can't found amy > extension support

Re: [PHP] Can PHP works with telnet?

2006-01-22 Thread Geoff
In the php manual, in the fsockopen() page, in the user comments, I found this: -- Found this php class to use telnet from here: http://cvs.adfinis.ch/cvs.php/phpStreamcast/telnet.class.php There's no docs and a lot of it's in french though

Re: [PHP] Can PHP works with telnet?

2006-01-22 Thread Steve Clay
Sunday, January 22, 2006, 8:56:01 PM, HoWang wrote: > software. I have made a quick search on php.net but I can't found amy > extension support telnet. Is there any way to do so? Or it is impossible Try http://www.geckotribe.com/php-telnet/ which uses fsockopen [1]. CURL [2] /claims/ telnet suppor

[PHP] Can PHP works with telnet?

2006-01-22 Thread HoWang Wang
Hi all, Recently I got a job to write a PHP webpage to display some infomation which have to obtain from telnet. Telnet is the only way to query the software. I have made a quick search on php.net but I can't found amy extension support telnet. Is there any way to do so? Or it is impossible with P