Event Listner in php
Posted
by isurulucky
on Stack Overflow
See other posts from Stack Overflow
or by isurulucky
Published on 2010-06-14T10:04:17Z
Indexed on
2010/06/14
10:12 UTC
Read the original article
Hit count: 399
Hi,
I want my web server to notify me through a php page when an event occurs at a another TCP server, to which the php page has successfully connected via a socket. The event is like the TCP server want to send a message to the web server, etc. Is there any way to accomplish this and/or any references on how to do it???
Thank You!!
© Stack Overflow or respective owner