Im using wamp on localhost, so I want to use PHP to pass two coordinates as arguments to a Java program which will move my cursor to those coordinates on screen. Am I correct in assuming this will work or is the program run in a different scope which wouldn't be able to move my cursor?
I know you can execute commands in php but I'm wondering if moving the cursor is possible.