I would like to create a small, simple system, encoded in the Pascal language (IDE delphi), to receive notifications (such as a warning that some event occurred), when the warning sounds.
I understand little of Delphi, it was one of the languages that I started out of curiosity but I ended up dropping it after I came to the WEB platform.
I do not know if it's possible, create something with PHP + Delphi, something like send an email, the software will capture and issue some alert (like a sound) to the client.
I would like this delphi connection to be possible with PHP, but I do not know if it is possible to interact a web platform language with one that is not directly.