I want to communicate events over the internet. For example, one instance of the application couldAnd another instance of the application can check if "id:xxx-xxx" was the id it was assigned, and therefore respond to the event. The only thing I have access to is PHP on a webserver, and MySQL, however, I don't want to use any libraries, unless it's absolutely necessary.Code:RaiseEvent Chat("id:xxx-xxx", "Hello!")![]()




Reply With Quote
