Hi,
if the follwing code can fetch reply at localhost:5000, Where should I search the server for the socket_listener programmer. I am sure the server stuff is coded in php. But have no clue which file is getting executed when I write the socket. Any ideas would be greatly appreciated!!
@socket_write($sock, $xml, strlen($xml));
//fetch reply
$str = @socket_read($sock, 5024)