I want to communicate events over the internet. For example, one instance of the application could
Code:
RaiseEvent Chat("id:xxx-xxx", "Hello!")
And 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.