PHP to TCP Socket Form

This PHP program generates an HTML form which you can use to create a TCP socket to a remote device and send data to it. This assumes the remote device accepts the socket connection on the port you choose to connect to.

Thanks to John Schimmel for writing the code.

Technorati Tags: ,


[include file="../../code/php/phpToSocketForm.php" clean="true"]