----- Original Message -----
From: "Waqas Habib"
Hi, My name is waqas. I am new in PHP and facing a problem in using it. I
have an application (not in php) which is trying to connect on a specific
IP and port (8060). After connection it will send messages on that port. I
want to write a php script that can communicate with that application. i am
working at Solaris-9. Any guide...?
Thanks
-Waqas
---------------------------------
Hi,
PHP is geared to the HTTP protocol. ie connect - request - response -
disconnect.
PHP can make outgoing port connections for more complex protocols but it is
not good for complex incoming protocols. It can be done but don't expect
complex duplexing.
Tell us what protocol you are using and perhaps we can offer more
information.
Thanks, Robert.