Hi
I'm new on AJAX. Just for fun I'm trying to control my sever via an AJAX interface. It's quite easy, for instance in PHP, to send a command to the server by the system() function and just a text field and a submit button.
The thing I'd like to do is to control in realtime some action, for example controlling music volume by a web interface, with a simple slide without any submit button.
Don't care about the way to control volume, is just a piece of example, imagine it like a php system() function.
WELL the question is: How can I implement such a remote control system**?** (The server is the machine that in this single case hosts the webserver).