Tagged Questions
1
vote
1answer
229 views
Save php output into variable when using fsockopen
I'm trying to build a php script, which connects to a telnet server and runs a few commands.
I would like to save the returned output of a command into a variable.
Example:
Command: Give me a ...
1
vote
1answer
183 views
Send Backspace or Delete using Telnet in PHP
I'm using this nice piece of code to connect to a Telnet session and send it some commands and get the output.
http://www.geckotribe.com/php-telnet/
I'm running into an problem now in that I want ...
