Click to See Complete Forum and Search --> : Comunication between php and a window service


amit27
10-26-2006, 10:17 AM
Is there a way to comunicate between php and a window service? (by Sockets?)

NogDog
10-26-2006, 10:31 AM
If you're talking about a service on the web host, you can look at the COM/.NET Functions (http://www.php.net/com) and/or the Socket Functions (http://www.php.net/manual/en/ref.sockets.php).

If you're talking about something on the client side, then probably not (since PHP is run on the server side).