I am building a POS system, with a link to a VeriFone device. To talk to the VeriFone, I am using a custom built URL protocol. Now I need a way to check if the protocol even exists on the local computer that's using the POS.
What would be the best way of doing such a thing? The POS is programmed in basic web languages (PHP, Jquery, Javascript), the connection to the VeriFone device is programmed in PHP, too. Any help for even just suggestions where to look (If PHP even has it, or any other language) is very welcome.