So I'm trying to write a program that someone can install on their server. When the program is run it will send a variable to a php file on my server. My file will process the data, and send basically just a true or a false back. All I need to know is how to send the variable to my file and the true or false back.
Thanks