[PHP] Re: Sending Generic TCP/IP Data

2002-01-03 Thread LaserJetter
use fsockopen to open a socket on the host and call it $f then fwrite($f,$data)?? would that work? LJ Jonathan Hilgeman [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have a host and a port and I BELIEVE that the protocol is HTTPS but I'm not sure. In the

[PHP] Re: Sending Generic TCP/IP Data

2002-01-03 Thread Jonathan Hilgeman
Possibly - I've hit a small stop for a bit. My goal is to create a PHP API for PsiGate/LinkPoint/CardService. I will let everyone know if anything comes up. Thanks! - Jonathan Laserjetter [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... use fsockopen to open a